CreateParams.ClassStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스 스타일 값의 비트 조합을 가져오거나 설정합니다.
public:
property int ClassStyle { int get(); void set(int value); };
public int ClassStyle { get; set; }
member this.ClassStyle : int with get, set
Public Property ClassStyle As Integer
속성 값
클래스 스타일 값의 비트 조합입니다.
설명
속성이 ClassStyle 아닌 null경우 속성이 ClassName 무시됩니다.
컨트롤 매개 변수를 만드는 방법에 대한 자세한 내용은 CreateWindow 매크로, CreateWindowEx 함수 및 CREATETRUCT 구조를 참조하세요.
메모
및 속성을 설정하는 StyleExStyleClassStyle 데 사용되는 상수는 Winuser.h 헤더 파일에 정의됩니다. 이 파일은 플랫폼 SDK 또는 Visual Studio에 의해 설치됩니다.