.NET Windows Forms in a Nutshell
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 |