ComponentOne Ribbon for WinForms
DisableGlassEffects Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1RibbonForm Class : DisableGlassEffects Method
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

Reference

C1RibbonForm Class
C1RibbonForm Members