StyleBase.IsCustomControl 속성

정의

컨트롤이 사용자 지정 컨트롤인지 여부를 나타내는 값을 가져오거나 설정합니다.

protected:
 property bool IsCustomControl { bool get(); };
protected bool IsCustomControl { get; }
member this.IsCustomControl : bool
Protected ReadOnly Property IsCustomControl As Boolean

속성 값

컨트롤이 사용자 지정 컨트롤이면 true이고, 그렇지 않으면 false입니다.

적용 대상