Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.Button
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a button control.
Initializes a new instance of the Button class.
AutoSizeMode: Returns or sets the mode by which the Button automatically resizes itself.
BorderStyle: Returns or sets the border style of the button control.
ICommand: EXPERIMENTAL. Returns or sets the ICommand implementation to invoke.
DialogResult: Returns or sets a value that is returned to the parent form when the button is clicked.
Display: Returns or sets the Display mode of the control to determine whether to display the icon, the text or both.
Nullable<Int32>: Returns or sets the distance in pixels between the image and the label inside the button.
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.
Shortcut: Returns or sets a value indicating the shortcut key associated with the button.
Generates a Click event for a button.
EventHandler Fired when the Command property value changes.
MenuButtonItemClickedEventHandler Fired when the user clicks one of the drop down menu items.
Name | Description |
---|---|
Name | Description |
---|---|
Represents a split button control.
Bindable components implement this interface.
Allows a control to act like a button on a Form.
Defines an object that can invoke a Command.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Wisej.Web.RadioButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Initializes a new instance of the RadioButton class.
Appearance: Returns or sets the value that determines the appearance of a CheckBox control.
Boolean: Returns or set a value indicating whether the Checked or CheckState values and the CheckBox's appearance are automatically changed when the CheckBox is clicked.
Boolean: Returns or sets a value that indicates whether the control resizes based on its contents.
ContentAlignment: Returns or sets the horizontal and vertical alignment of the check mark on a CheckBox control.
Boolean: Gets or sets whether the control is checked.
Color: Returns or sets the text color used when the RadioButton is checked.
Boolean: Returns or sets a value that indicates that the control is invalid.
String: Returns or sets the invalid message that is shown in the invalid tooltip.
Boolean: Returns or sets whether the control is read-only.
Boolean: Returns or sets whether the user can give the focus to this control using the TAB key and the Focusable property is set to true.
ContentAlignment: Returns or sets the alignment of the text on the CheckBox control.
Generates a Click event for a RadioButton.
EventHandler Fired when the value of the Appearance property changes.
EventHandler Fired when the value of the Checked property changes.
EventHandler Fired when the value of the ReadOnly property has changed.
Wisej.Web.SplitButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a split button control.
Orientation: Returns or sets a value indicating the layout of the SplitButton. When the value is set to Vertical the down arrow is places below the text, otherwise it's to the right of the text.
Wisej.Web.CheckBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a check box control.
Initializes a new instance of the CheckBox class.
Appearance: Returns or sets the value that determines the appearance of a CheckBox control.
Boolean: Returns or set a value indicating whether the Checked or CheckState values and the CheckBox's appearance are automatically changed when the CheckBox is clicked.
Boolean: Returns or sets a value that indicates whether the control resizes based on its contents.
ContentAlignment: Returns or sets the horizontal and vertical alignment of the check mark on a CheckBox control.
Boolean: Returns or set a value indicating whether the CheckBox is in the checked state.
Color: Returns or sets the text color used when the CheckBox is checked.
CheckState: Returns or sets the state of the CheckBox.
Boolean: Returns or sets a value that indicates that the control is invalid.
String: Returns or sets the invalid message that is shown in the invalid tooltip.
Boolean: Returns or sets whether the control is read-only.
ContentAlignment: Returns or sets the alignment of the text on the CheckBox control.
Boolean: Returns or sets whether the CheckBox will allow three check states rather than two.
Generates a Click event for a CheckBox.
EventHandler Fired when the value of the Appearance property changes.
EventHandler Fired when the value of the Checked property changes.
EventHandler Fired when the value of the CheckState property changes.
EventHandler Fired when the value of the ReadOnly property has changed.
Wisej.Web.ButtonBase
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Implements the basic functionality common to button controls.
Initializes a new instance of the ButtonBase class.
Boolean: Returns or sets a value indicating that the control can display HTML in the Text property.
Newlines (CRLF) are converted to when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Boolean: Returns or sets whether the ellipsis character (...) appears at the right edge of the button, denoting that the text extends beyond the size of the button.
Boolean: Returns or sets whether the application blocks the browser with a modal mask when this button is clicked and until the server is done processing the execution request.
AutoShowLoader blocks the entire browser as soon as the button is clicked since it's implemented on the client side, while ShowLoader blocks the specific widget when returning from the request.
Boolean: Returns or sets a value that indicates whether the control resizes based on its contents.
CharacterCasing: Returns or sets the case of the text to display to the user.
Image: Returns or sets the image that is displayed in a button control.
ContentAlignment: Returns or sets the alignment of the image in the button control.
Int32: Returns or sets the image list index value of the image in the ImageList displayed in the button control.
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
String: Returns or sets the key accessor for the image in the ImageList displayed in the button control.
ImageList: Returns or sets the ImageList that contains the Image displayed in a button control.
String: Returns or sets the theme name or URL for the image to display in the button control.
String: Returns or sets the text associated with this control.
Newlines (CRLF) are converted to when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
ContentAlignment: Returns or sets the alignment of the text in the button control.
TextImageRelation: Returns or sets the position of text and image relative to each other.
Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.
Generates a Click event for a button.
Wisej.Web.MenuButtonItemClickedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemClicked event of a Button control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.MenuButtonItemClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemClicked event.
Initializes a new instance of the MenuButtonItemClickedEventArgs class.
Name | Type | Description |
---|---|---|
MenuItem: Returns the clicked menu item.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Bindable components implement this interface.
Provides access to common image properties across the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Bindable components implement this interface.
Allows a control to act like a button on a Form.
Defines an object that can invoke a Command.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Bindable components implement this interface.
Provides access to common image properties across the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Represents a button control.
Represents a check box control.
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Represents a split button control.
Bindable components implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
sender
The source of the event.
e
A MenuButtonItemClickedEventArgs that contains the event data.
Fired when the user clicks one of the drop down menu items.
item
The MenuItem that was clicked.
Represents the method that will handle the ItemClicked event of a Button control.