컨트롤이 포커스를 잃었을 때 해당 컨트롤에서 선택된 항목이 강조 표시된 상태로 남아 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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 HideSelection { get; set; }
Visual Basic
Public Property HideSelection As Boolean
	Get
	Set
Visual C++
public:
property bool HideSelection {
	bool get ();
	void set (bool value);
}

See Also