ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / DisableGlassEffects Method

In This Topic
    DisableGlassEffects Method
    In This Topic
    Prevents C1RibbonForm from using Aero Glass effects on Windows 7 or better OS.
    Syntax
    'Declaration
     
    Public Shared Sub DisableGlassEffects() 
    public static void DisableGlassEffects()
    Remarks
    This static method must be executed from app's Program.Main() before the app creates any instances of a C1RibbonForm.
    See Also