Button
Wisej.Web.Button
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a button control.
C#
VB.NET
public class Button : ButtonBase, IButtonControl, ICommandSource
Public Class Button
Inherits ButtonBase
Implements IButtonControl, ICommandSource
AutoSizeMode: Returns or sets the mode by which the Button automatically resizes itself. (Default:
GrowOnly
)DialogResult: Returns or sets a value that is returned to the parent form when the button is clicked. (Default:
None
)Nullable<Int32>: Returns or sets the distance in pixels between the image and the label inside the button. (Default:
null
)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
)Name | Description |
---|---|
Represents a split button control. |
Name | Description |
---|---|
Bindable components implement this interface. | |
Controls that support drag & drop operations implement this interface. | |
Provides access to common image properties across the controls that implement this interface. | |
All wisej components implement this interface. | |
Allows an object to serialize itself. |
Last modified 1mo ago