[]
The abstract base class for button-like input controls (button, check box, radio button).
public abstract class RenderInputButtonBase : RenderInputBase, IStyleOwner, IDocumentLocation
| Name | Description |
|---|---|
| RenderInputButtonBase() | Initializes a new instance of the RenderInputButtonBase class. |
| Name | Description |
|---|---|
| Text | Gets or sets the text of the button. |
| TextAlign | Gets or sets the alignment of the button text. |
| Name | Description |
|---|---|
| AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) | Assigns (copies) properties from another RenderObject to the current object. Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method, then copies RenderInputButtonBase-specific properties if source is a RenderInputButtonBase. |
| GetDefaultCursor() | Gets the default cursor. |
| GetDefaultTextAlign() | Gets the default text alignment. |
| InitControl(Control, IScriptContext) | Initializes the control. |
| InitRenderObject() | Initializes the render object. |
| ShouldSerializeTextAlign() | Indicates whether TextAlign should be serialized. |