OverridesDefaultStyle Property (GcMask)
In This Topic
Syntax
'Declaration
Public Property OverridesDefaultStyle As Boolean
'Usage
Dim instance As GcMask
Dim value As Boolean
instance.OverridesDefaultStyle = value
value = instance.OverridesDefaultStyle
public bool OverridesDefaultStyle {get; set;}
See Also