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: GwxRuntimeCore (in GwxRuntimeCore.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
function get SpecifyScrollBarColors () : boolean
function set SpecifyScrollBarColors (value : boolean)

See Also