TableRow.CreateControlStyle Metodo

Definizione

Consente di creare un oggetto TableItemStyle per il controllo TableRow.

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

Restituisce

Oggetto Style che specifica le proprietà di stile del controllo TableRow.

Il metodo CreateControlCollection() viene utilizzato principalmente dagli sviluppatori di controlli per estendere la funzionalità del controllo TableRow.

Si applica a

Vedi anche