Button
Wisej.Web.Button
Last updated
Was this helpful?
Wisej.Web.Button
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a button control.
Initializes a new instance of the class.
Initializes a new instance of the class with specific initial settings.
text
Initial text.
onClick
text
Initial text.
location
Initial location.
size
Initial size.
onClick
Optional click handler.
text
Initial text.
ImageSource
Image source.
location
Initial location.
size
Initial size.
onClick
Optional click handler.
Disposes the control.
disposing
true when this method is called by the application rather than a finalizer.
Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
items
Container for the referenced components or collections.
e
Fires the Click event.
e
e
e
e
Renders the client component.
config
Dynamic configuration object.
Represents a split button control.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
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.
Optional handler.
Initializes a new instance of the class with specific initial settings.
Initializes a new instance of the class with specific initial settings.
: Returns or sets the mode by which the automatically resizes itself. (Default: GrowOnly
)
: 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 attribute managed by the browser, does not use the themed tooltip managed by Wisej.NET.
: Returns or sets the border style of the button control. (Default: Solid
)
: Returns or sets a value that is returned to the parent form when the button is clicked. (Default: None
)
: Returns or sets the mode of the control to determine whether to display the icon, the text or both. (Default: Both
)
: Returns or sets the distance in pixels between the image and the label inside the button. (Default: null
)
: Returns the collection of objects associated with the button.
: 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
)
: Returns or sets a value indicating the shortcut key associated with the button. (Default: None
)
Fires the event.
An that contains the event data.
An that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.Since 3.5.5
A that contains the event data.
Fires the event.Since 3.5.5
A that contains the event data.
Generates a event for a button.
Fired when the user clicks one of the drop down menu items.
Fired when the button menu is closed.Since 3.5.5
Fired after the button menu is displayed on the client.Since 3.5.5
Allows a control to act like a button on a .
Defines an object that can invoke a .
All wisej controls derived from the class must implement this interface.