Button

Wisej.Web.Button

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a button control.

public class Button : ButtonBase, IButtonControl

Constructors

Initializes a new instance of the Button class.

Initializes a new instance of the Button class with specific initial settings.

Initializes a new instance of the Button class with specific initial settings.

Initializes a new instance of the Button class with specific initial settings.

Properties

AutoSizeMode: Returns or sets the mode by which the Button automatically resizes itself. (Default: GrowOnly)

Boolean: Returns or sets whether a tooltip is displayed when the text extends beyond the size of the control. (Default: False)

The auto tooltip is set on the browser using the title attribute managed by the browser, does not use the themed tooltip managed by Wisej.NET.

BorderStyle: Returns or sets the border style of the button control. (Default: Solid)

DialogResult: Returns or sets a value that is returned to the parent form when the button is clicked. (Default: None)

Display: Returns or sets the Display mode of the control to determine whether to display the icon, the text or both. (Default: Both)

Nullable<Int32>: Returns or sets the distance in pixels between the image and the label inside the button. (Default: null)

MenuItemCollection: Returns the collection of MenuItem objects associated with the button.

Boolean: Enables or disables the auto-repeat feature. When enabled, the button keeps firing click events at an increasing rate while the user keeps the button pressed. (Default: False)

Shortcut: Returns or sets a value indicating the shortcut key associated with the button. (Default: None)

Methods

Generates a Click event for a button.

Events

MenuButtonItemClickedEventHandler Fired when the user clicks one of the drop down menu items.

EventHandler Fired when the button menu is closed. Since 3.5.5

EventHandler Fired after the button menu is displayed on the client. Since 3.5.5

Inherited By

Implements

Last updated