PropertySort 열거형
PropertyGrid에서 속성이 정렬되는 방식을 지정합니다.
네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)
구문
‘선언
<ComVisibleAttribute(True)> _
Public Enumeration PropertySort
‘사용 방법
Dim instance As PropertySort
[ComVisibleAttribute(true)]
public enum PropertySort
[ComVisibleAttribute(true)]
public enum class PropertySort
/** @attribute ComVisibleAttribute(true) */
public enum PropertySort
ComVisibleAttribute(true)
public enum PropertySort
멤버
멤버 이름 | 설명 | |
---|---|---|
Alphabetical | 속성은 사전순으로 정렬됩니다. | |
Categorized | 속성은 범주별로 그룹화되어 표시됩니다. 범주는 속성 자체에 의해 정의됩니다. | |
CategorizedAlphabetical | 속성은 범주별로 그룹화되어 표시됩니다. 속성은 그룹 내에서도 사전순으로 정렬됩니다. 범주는 속성 자체에 의해 정의됩니다. | |
NoSort | 속성은 TypeDescriptor에서 검색되는 순서대로 표시됩니다. |
설명
이 열거형의 멤버를 사용하여 PropertyGrid의 PropertySort 속성 값을 설정합니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원