HwndSourceParameters.WindowClassStyle 속성

정의

창에 대한 Microsoft Windows 클래스 스타일을 가져오거나 설정합니다.

public:
 property int WindowClassStyle { int get(); void set(int value); };
public int WindowClassStyle { get; set; }
member this.WindowClassStyle : int with get, set
Public Property WindowClassStyle As Integer

속성 값

Int32

창 클래스 스타일입니다. 자세한 내용은 창 클래스 스타일을 참조하세요. 기본값은 0(창 클래스 스타일 없음)입니다.

적용 대상

추가 정보