ScrollProperties::Visible Property

 

Gets or sets whether the scroll bar can be seen by the user.

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

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

Property Value

Type: System::Boolean

true if it can be seen; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: