Class SoButton
Assembly: SuperOffice.CRMWeb.dll
public class SoButton : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
Declaration
Declaration
public SoButton(SoInputButton.ButtonType buttonType)
Parameters
Fields
Declaration
protected SoInputButton _button
Field Value
Declaration
protected SoReadOnlyModeBehaviour _readonlymodeBehaviour
Field Value
Properties
Declaration
public AttributeCollection Attributes { get; }
Property Value
Declaration
public bool BlueButton { get; set; }
Property Value
Declaration
public int ButtonWidth { get; set; }
Property Value
Declaration
public DataBoundProperty DataBoundImageSrc { get; set; }
Property Value
Declaration
public string ImageHeight { get; set; }
Property Value
Declaration
public string ImageSrc { get; set; }
Property Value
Declaration
public string ImageWidth { get; set; }
Property Value
Declaration
public bool IsOkButton { get; set; }
Property Value
Declaration
public string OnClientClick { get; set; }
Property Value
Declaration
public CssStyleCollection Style { get; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Declaration
public bool UseLowHeightStyle { get; set; }
Property Value
Methods
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Declaration
protected virtual void OnServerClick(EventArgs e)
Parameters
Events
Declaration
public event SoButton.ServerClickEventHandler ServerClick
Event Type
Implements