ScrollBar..::..ShowAlways Property

Gets or sets a value indicating whether [show always].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool ShowAlways { get; set; }
Public Property ShowAlways As Boolean
	Get
	Set
public:
property bool^ ShowAlways {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [show always]; otherwise, false.