WebControl.ControlStyleCreated 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 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
屬性值
如果 Style 物件已經為 ControlStyle 屬性建立,則為 true
,否則為 false
。
- 屬性