Click or drag to resize

ActiveImageButtonRenderAsTextButton Property

Gets/sets whether or not this control should render text buttons. A text button is simply a span element (wrapped in an anchor tag) with appropriate caption text that is styled to look and act like a button. When not rendering as a text button, the control's image is used for the button.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool RenderAsTextButton { get; set; }

Property Value

Type: Boolean
See Also