True to specify the colors of the scrollbars for the window. When false, the scrollbar colors will be determined by the Operating System/Platform.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.306.0 (10.97.306.00)
Syntax
C# |
---|
public bool SpecifyScrollBarColors { get; set; } |
Visual Basic |
---|
Public Property SpecifyScrollBarColors As Boolean
Get
Set |
JScript |
---|
final function get SpecifyScrollBarColors () : boolean
final function set SpecifyScrollBarColors (value : boolean) |
Implements
IGwxControlSpecifyScrollBarColors()()()()
See Also