CreateParams.ClassName 속성

정의

컨트롤이 파생된 Windows 클래스의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ ClassName { System::String ^ get(); void set(System::String ^ value); };
public string ClassName { get; set; }
public string? ClassName { get; set; }
member this.ClassName : string with get, set
Public Property ClassName As String

속성 값

String

컨트롤이 파생된 Windows 클래스의 이름입니다.

설명

이 속성의 기본값은 null, 컨트롤이 기존 컨트롤 클래스에서 파생 되지 않은 나타내는입니다. 기존 컨트롤 클래스를 파생할 클래스 이름을이 속성에 저장 합니다. 예를 들어 표준에서 파생 시키는 Button 제어,이 속성을 "단추"로 설정 합니다.

적용 대상