ScrollProperties::Enabled Property

 

Gets or sets whether the scroll bar can be used on the container.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the scroll bar can be used; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: