ToolZone::InstructionTextStyle Property

 

Gets the style attributes for the instruction text that appears at the top of a ToolZone control.

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

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

Property Value

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

A Style that contains style attributes for the instruction text within a ToolZone.

.NET Framework
Available since 2.0
Return to top
Show: