Skybound VisualStyles

VisualStyleFilter.SetEnhancedDefault Method (Type, Boolean)

Sets whether visual styles are enhanced by default for all controls of the given type. This method takes precidence over SetEnhancedDefault

[Visual Basic]
Overloads Public Shared Sub SetEnhancedDefault( _
   ByVal controlType As Type, _
   ByVal on As Boolean _
)
[C#]
public static void SetEnhancedDefault(
   Type controlType,
   bool on
);

Parameters

controlType
The Type of the control's whose default is set.
on
True if visual styles are enhanced by default; otherwise, false, and controls of the given type are not enhanced by default.

See Also

VisualStyleFilter Class | Skybound.VisualStyles Namespace | VisualStyleFilter.SetEnhancedDefault Overload List