RapidSpell button
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class RSButton : Control
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class RSButton : Control
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> Public Class RSButton Inherits Control
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> Public Class RSButton Inherits Control
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public ref class RSButton : public Control
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public ref class RSButton : public Control
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>] type RSButton = class inherit Control end
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>] type RSButton = class inherit Control end
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| RSButton(String) | Initializes a new instance of the RSButton class using the specified button type | |
| RSButton()()()() | Initializes a new instance of the RSButton class using the specified button type | |
| Adapter | (Inherited from Control.) | |
| AddedControl(Control, Int32) | (Inherited from Control.) | |
| AddParsedSubObject(Object) | (Inherited from Control.) | |
| ApplyStyleSheetSkin(Page) | (Inherited from Control.) | |
| AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
| Attributes |
The runtime attributes.
| |
| BackColor | Gets or sets the background color of the Web server control. | |
| BeginRenderTracing(TextWriter, Object) | (Inherited from Control.) | |
| BindingContainer | (Inherited from Control.) | |
| BorderColor | Gets or sets the border color of the Web server control. | |
| BorderStyle | Gets or sets the border style of the Web server control. | |
| BorderWidth | Gets or sets the border width of the Web server control. | |
| BuildProfileTree(String, Boolean) | (Inherited from Control.) | |
| ChildControlsCreated | (Inherited from Control.) | |
| ClearCachedClientID()()()() | (Inherited from Control.) | |
| ClearChildControlState()()()() | (Inherited from Control.) | |
| ClearChildState()()()() | (Inherited from Control.) | |
| ClearChildViewState()()()() | (Inherited from Control.) | |
| ClearEffectiveClientIDMode()()()() | (Inherited from Control.) | |
| ClientID | (Inherited from Control.) | |
| ClientIDMode | (Inherited from Control.) | |
| ClientIDSeparator | (Inherited from Control.) | |
| Context | (Inherited from Control.) | |
| Controls | (Inherited from Control.) | |
| CreateChildControls()()()() | (Inherited from Control.) | |
| CreateControlCollection()()()() | (Inherited from Control.) | |
| CssClass | The CssClass of this control. | |
| DataBind()()()() | (Inherited from Control.) | |
| DataBind(Boolean) | (Inherited from Control.) | |
| DataBindChildren()()()() | (Inherited from Control.) | |
| DataBinding | (Inherited from Control.) | |
| DataItemContainer | (Inherited from Control.) | |
| DataKeysContainer | (Inherited from Control.) | |
| DesignMode | (Inherited from Control.) | |
| Dispose()()()() | (Inherited from Control.) | |
| Disposed | (Inherited from Control.) | |
| Enabled | Enabled state of the control. | |
| EnableTheming | (Inherited from Control.) | |
| EnableViewState | (Inherited from Control.) | |
| EndRenderTracing(TextWriter, Object) | (Inherited from Control.) | |
| EnsureChildControls()()()() | (Inherited from Control.) | |
| EnsureID()()()() | (Inherited from Control.) | |
| Equals(Object) | (Inherited from Object.) | |
| Events | (Inherited from Control.) | |
| Finalize()()()() | (Inherited from Object.) | |
| FindControl(String) | (Inherited from Control.) | |
| FindControl(String, Int32) | (Inherited from Control.) | |
| Focus()()()() | (Inherited from Control.) | |
| Font | Gets the font properties associated with the Web server control. | |
| ForeColor | Gets or sets the foreground color of the Web server control. | |
| GetDesignModeState()()()() | (Inherited from Control.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetRouteUrl(Object) | (Inherited from Control.) | |
| GetRouteUrl(String, Object) | (Inherited from Control.) | |
| GetRouteUrl(RouteValueDictionary) | (Inherited from Control.) | |
| GetRouteUrl(String, RouteValueDictionary) | (Inherited from Control.) | |
| GetType()()()() | (Inherited from Object.) | |
| GetUniqueIDRelativeTo(Control) | (Inherited from Control.) | |
| HasChildViewState | (Inherited from Control.) | |
| HasControls()()()() | (Inherited from Control.) | |
| HasEvents()()()() | (Inherited from Control.) | |
| Height | Gets or sets the height of the Web server control. | |
| ID |
The ID of the control
(Overrides Control.ID.) | |
| IdSeparator | (Inherited from Control.) | |
| ImageMouseDown | The button image URL. This is for mouse down and is optional. | |
| ImageMouseOut | The button image URL. This is for mouse out (ie. not mouse over) and is optional. | |
| ImageMouseOver | The button image URL. This is for mouse over and is optional. | |
| Init | (Inherited from Control.) | |
| IsChildControlStateCleared | (Inherited from Control.) | |
| IsLiteralContent()()()() | (Inherited from Control.) | |
| IsTrackingViewState | (Inherited from Control.) | |
| IsViewStateEnabled | (Inherited from Control.) | |
| Load | (Inherited from Control.) | |
| LoadControlState(Object) | (Inherited from Control.) | |
| LoadViewState(Object) | (Inherited from Control.) | |
| LoadViewStateByID | (Inherited from Control.) | |
| MapPathSecure(String) | (Inherited from Control.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Name | The button text. | |
| NamingContainer | (Inherited from Control.) | |
| OnBubbleEvent(Object, EventArgs) | (Inherited from Control.) | |
| onclick | The button client-side onclick handler. | |
| OnDataBinding(EventArgs) | (Inherited from Control.) | |
| OnInit(EventArgs) | (Inherited from Control.) | |
| OnLoad(EventArgs) | (Inherited from Control.) | |
| OnPreRender(EventArgs) | (Inherited from Control.) | |
| OnUnload(EventArgs) | (Inherited from Control.) | |
| OpenFile(String) | (Inherited from Control.) | |
| Page | (Inherited from Control.) | |
| Parent | (Inherited from Control.) | |
| PreRender | (Inherited from Control.) | |
| RaiseBubbleEvent(Object, EventArgs) | (Inherited from Control.) | |
| RemovedControl(Control) | (Inherited from Control.) | |
| Render(HtmlTextWriter) | Renders the control. (Overrides Control.Render(HtmlTextWriter).) | |
| RenderAttributes(HtmlTextWriter) |
Internal use.
| |
| RenderChildren(HtmlTextWriter) | (Inherited from Control.) | |
| RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
| RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
| RenderingCompatibility | (Inherited from Control.) | |
| ResolveAdapter()()()() | (Inherited from Control.) | |
| ResolveClientUrl(String) | (Inherited from Control.) | |
| ResolveUrl(String) | (Inherited from Control.) | |
| runat |
Internal use.
| |
| SaveControlState()()()() | (Inherited from Control.) | |
| SaveViewState()()()() | (Inherited from Control.) | |
| SetDesignModeState(IDictionary) | (Inherited from Control.) | |
| SetRenderMethodDelegate(RenderMethod) | (Inherited from Control.) | |
| SetTraceData(Object, Object) | (Inherited from Control.) | |
| SetTraceData(Object, Object, Object) | (Inherited from Control.) | |
| Site | (Inherited from Control.) | |
| SkinID | (Inherited from Control.) | |
| style | The button client-side style handler. | |
| TabIndex | The button tab index. | |
| TemplateControl | (Inherited from Control.) | |
| TemplateSourceDirectory | (Inherited from Control.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrackViewState()()()() | (Inherited from Control.) | |
| type | The button text. | |
| UniqueID | (Inherited from Control.) | |
| Unload | (Inherited from Control.) | |
| ValidateRequestMode | (Inherited from Control.) | |
| Value | The button text. | |
| ViewState | (Inherited from Control.) | |
| ViewStateIgnoresCase | (Inherited from Control.) | |
| ViewStateMode | (Inherited from Control.) | |
| Visible | Whether to render this control (Overrides Control.Visible.) | |
| Width | Gets or sets the width of the Web server control. |
| Object | ||
| Control | ||
| RSButton | ||
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331