WebZone::VerbStyle Property

 

Gets the style attributes for the user interface (UI) verbs associated with Web Parts controls in a zone.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property Style^ VerbStyle {
	Style^ get();
}

Property Value

Type: System.Web.UI.WebControls::Style^

A Style that contains style attributes for the verbs associated with Web Parts controls contained by a zone.

.NET Framework
Available since 2.0
Return to top
Show: