스크롤 막대를 사용자에게 표시할 수 있는지 여부를 가져옵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: 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 (); } |