ModuleButton. Custom control for Module buttons ... derives from HtmlAnchor. Allows text, image or both. Can be url hyperlink or postback button. Use ServerClick event to pick up on postback.
For a list of all members of this type, see ModuleButton Members.
System.Object
Control
HtmlControl
HtmlContainerControl
HtmlAnchor
ModuleButton
[Visual Basic]<(Name:="ServerClick"), _ , _ (DesignerBaseTypeName:="System.ComponentModel.Design.IDesigner", DesignerTypeName:="System.Web.UI.Design.HtmlIntrinsicControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _ (ToolboxItemType:=null), _ (Bindable:=True, Direction:=BindingDirection.OneWay), _ (Themeable:=False), _ (FilterString:="System.Web.UI", FilterType:=ToolboxItemFilterType.Require), _ (DesignerBaseTypeName:="System.ComponentModel.Design.IDesigner", DesignerTypeName:="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _ (Category:="Code"), _ (SerializerTypeName:="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName:="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _ (Name:="ID")>Public Class ModuleButton Inherits HtmlAnchor [C#][(Name="ServerClick")][][(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.HtmlIntrinsicControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")][(ToolboxItemType=null)][(Bindable=True, Direction=BindingDirection.OneWay)][(Themeable=False)][(FilterString="System.Web.UI", FilterType=ToolboxItemFilterType.Require)][(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")][(Category="Code")][(SerializerTypeName="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")][(Name="ID")]public class ModuleButton : HtmlAnchor [C++][(Name="ServerClick")][][(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.HtmlIntrinsicControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")][(ToolboxItemType=null)][(Bindable=True, Direction=BindingDirection.OneWay)][(Themeable=False)][(FilterString="System.Web.UI", FilterType=ToolboxItemFilterType.Require)][(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")][(Category="Code")][(SerializerTypeName="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")][(Name="ID")]public __gc class ModuleButton : public HtmlAnchor [JScript] public(Name="ServerClick")(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.HtmlIntrinsicControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")(ToolboxItemType=null)(Bindable=True, Direction=BindingDirection.OneWay)(Themeable=False)(FilterString="System.Web.UI", FilterType=ToolboxItemFilterType.Require)(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")(Category="Code")(SerializerTypeName="Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")(Name="ID")class ModuleButton extends HtmlAnchor
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Rainbow.Framework.Web.UI.WebControls
Assembly: Rainbow.Framework.Core (in Rainbow.Framework.Core.dll)
ModuleButton Members | Rainbow.Framework.Web.UI.WebControls Namespace