스크롤 막대를 사용자에게 표시할 수 있는지 여부를 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public bool Visible { get; }
Visual Basic
Public ReadOnly Property Visible As Boolean
	Get
Visual C++
public:
property bool Visible {
	bool get ();
}

Return Value

표시되고 있으면 true이고, 그렇지 않으면 false입니다.

See Also