Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1040
Infragistics.Win.FormGlowManager+GlowEdgeEx (Offic2013Style)
posted

I use formmanager. and I applied office2013.

 I want to come to read except the Type of Form.
so.. I apply If TypeOf oForm Is Form AndAlso (oForm.GetType.ToString <>
"Infragistics.Win.FormGlowManager+GlowEdgeEx") Then

I want compare Type of Infragistics.Win.FormGlowManager+GlowEdgeEx .

what is Infragistics.Win.FormGlowManager+GlowEdgeEx Type? (use typeOf)
How can I compare that Type?

+GlowEdgeEx Type?

How can I compare Type?///

  • 21795
    Offline posted

    Hello Min,

    I am just checking about the progress of this issue. Let me know if you need my further assistance on it.

    Thank you for using Infragistics Components.

  • 21795
    Offline posted

    Hello Min,

    Thank you for posting in our forum.

    GlowEdgeEx is of type GlowEdge. Both GlowEdgeEx and GlowEdge classes are nested private classes in FormGlowManager class. Please check the attached sample solution where I have shown how you may reach these classes vie reflection.

    Please let me know if you need any additional information.

    CAS-157358-R0G3M7.zip