C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnThemeChanged Method

In This Topic
OnThemeChanged Method (C1FlexGrid)
In This Topic
Called when the control receives a WM_THEMECHANGED message.
Syntax
'Declaration
 
Protected Overridable Sub OnThemeChanged() 
 
Remarks
The WM_THEMECHANGED message is broadcast to every window following a theme change event. Examples of theme change events are the activation of a theme, the deactivation of a theme, or a transition from one theme to another.
See Also