UseSystemStyle Property (C1ScrollBar)
In This Topic
Gets or sets a boolean value indicating whether the scrollbar should be drawn using the system style.
Syntax
'Declaration
Public Property UseSystemStyle As Boolean
public bool UseSystemStyle {get; set;}
See Also