Method ApplyTheme
ApplyTheme(IVisualTheme)
Applies visual theme to the SyntaxEdit control.
public virtual void ApplyTheme(IVisualTheme theme)
Parameters
theme
IVisualThemeIVisualTheme
whose properties will be assigned.
ApplyTheme()
Applies current visual theme to the control. This method is useful when active visual theme need to be updated due to system settings change.
public virtual void ApplyTheme()