다음을 통해 공유


CreateParams.ClassStyle 속성

정의

클래스 스타일 값의 비트 조합을 가져오거나 설정합니다.

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에 의해 설치됩니다.

적용 대상

추가 정보