WebControl.ControlStyleCreated 속성

정의

Style 개체가 ControlStyle 속성에 대해 만들어졌는지 여부를 나타내는 값을 가져옵니다. 이 속성은 주로 컨트롤 개발자가 사용합니다.

public:
 property bool ControlStyleCreated { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool ControlStyleCreated { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ControlStyleCreated : bool
Public ReadOnly Property ControlStyleCreated As Boolean

속성 값

Boolean

Style 개체가 ControlStyle 속성에 대해 만들어졌으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

추가 정보