Appearance 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤의 모양을 지정합니다.
public enum class Appearance
[System.Runtime.InteropServices.ComVisible(true)]
public enum Appearance
public enum Appearance
[<System.Runtime.InteropServices.ComVisible(true)>]
type Appearance =
type Appearance =
Public Enum Appearance
- 상속
- 특성
필드
Button | 1 | Windows 단추의 모양입니다. |
Normal | 0 | 컨트롤 클래스에 의해 정의된 기본 모양입니다. |
설명
속성을 제공하는 컨트롤에서 이 열거형의 멤버를 Appearance 사용하여 값을 설정합니다.