선택 방법을 지정합니다.

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

Syntax

C#
public enum SelectionType
Visual Basic
Public Enumeration SelectionType
Visual C++
public enum class SelectionType

Members

Member nameValueDescription
Remove2 선택된 개체 리스트에 대상을 제거합니다.
Add1 선택된 개체 리스트에 대상을 추가합니다.
Normal0 모든 선택된 개체를 제거후 대상을 선택합니다.

See Also