DekGenius.com
[ Team LiB ] Previous Section Next Section

AxHost.ActiveXInvokeKind serializable

System.Windows.Forms (system.windows.forms.dll)enum

This enumeration is used by the InvalidActiveXStateException constructor to specify the kind of access that was attempted while the control was in an invalid state.

public enum AxHost.ActiveXInvokeKind {
   MethodInvoke = 0,
   PropertyGet = 1,
   PropertySet = 2
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ActiveXInvokeKind

    [ Team LiB ] Previous Section Next Section