셀의 값을 그릴 수 있는 기능을 제공하는지에 대한 여부를 가져옵니다.

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

Syntax

C#
bool PaintValueSupported { get; }
Visual Basic
ReadOnly Property PaintValueSupported As Boolean
	Get
Visual C++
property bool PaintValueSupported {
	bool get ();
}

Return Value

셀의 값을 그리기 위해 PaintValue(Graphics, Rectangle, Rectangle, IStyle, Object)를 사용하려면 true를, 그렇지 않으면 false를 반환합니다.

See Also