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.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.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