ListView.CreateControlStyle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立控制項的預設樣式。
protected:
override System::Web::UI::WebControls::Style ^ CreateControlStyle();
protected override System.Web.UI.WebControls.Style CreateControlStyle ();
override this.CreateControlStyle : unit -> System.Web.UI.WebControls.Style
Protected Overrides Function CreateControlStyle () As Style
傳回
ListView 控制項的樣式。
例外狀況
已嘗試叫用 CreateControlStyle() 方法。
備註
控制件不支持 ListView 樣式屬性。 如果您嘗試呼叫 CreateControlStyle 方法, NotSupportedException 則會擲回例外狀況。