It makes sense, but I am not sure that is right. 1) The docs list it separately. 2) the AXhost docs do not list it as a member, but then it does not list a section for enums, so maybe they are listed separately 3) Intellisense in Visual Studio does not show it in the AXhost class.
For instance "MethodInvoke" is one member of the enum. How do I get its value. For a non-dotted enums I do this: int i = (int) MyEnum.Member; Then I look at i for the member value. How would I do this with AXHost.ActiveXInvokeKind ? Thanks, Dennis -----Original Message----- From: Chris J. Breisch [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:40 PM To: 'Dennis Hayes'; [EMAIL PROTECTED] Subject: RE: [Mono-list] Classes with . in them I believe that this is an enum nested in System.Windows.Forms.AXHost. Chris J. Breisch, MCSD, MCDBA -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dennis Hayes Sent: Friday, May 10, 2002 2:50 PM To: '[EMAIL PROTECTED]' Subject: [Mono-list] Classes with . in them Some classes in the System.Windows.Forms have a "." in them, for example AXHost.ActiveXInvokeKind This enum is in the docs and seem to be part of the System.Windows.Forms namespace. It does not show up in VisulaStudios intellisense. enumcheck does not find it. Attempting to define it as public enum AXHost.ActiveXInvokeKind { gives a compile error. Anybody know anything about these classes? Thanks Dennis [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
