Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.MenuButtonItemClickedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the ItemClicked event of a Button control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.RadioButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Enables the user to select a single option from a group of choices when paired with other controls.
Initializes a new instance of the class.
: Returns or sets the value that determines the appearance of a control. (Default: Normal
)
Wisej.Web.CheckBox
Wisej.Web.MenuButtonItemClickedEventArgs
Wisej.Web.SplitButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a split button control.
: Returns or sets a value indicating the layout of the . When the value is set to the down arrow is places below the text, otherwise it's to the right of the text. (Default: Horizontal
)
Wisej.Web.ButtonBase
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Implements the basic functionality common to button controls.
Initializes a new instance of the class.
: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
Newlines (CRLF) are converted to <BR/> when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Throws:
Newlines (CRLF) are converted to <BR/> when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Wisej.Web.Button
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a button control.
Initializes a new instance of the class.
: Returns or sets the mode by which the automatically resizes itself. (Default: GrowOnly
)
: Returns or set a value indicating whether the or values and the 's appearance are automatically changed when the is clicked. (Default: True
)
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: True
)
: Returns or sets the horizontal and vertical alignment of the check mark on a control. (Default: MiddleLeft
)
: Gets or sets whether the control is checked. (Default: False
)
: Returns or sets the text color used when the is checked. (Default: Color [Empty]
)
: Returns or sets a value that indicates that the control is invalid.
: Returns or sets the invalid message that is shown in the invalid tooltip. (Default: ""
)
: Returns or sets whether the control is read-only. (Default: False
)
: Returns or sets whether the user can give the focus to this control using the TAB key and the property is set to true. (Default: False
)
: Returns or sets the alignment of the text on the control. (Default: MiddleLeft
)
Generates a event for a .
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property has changed.
Name | Description |
---|
: Returns or set a value indicating whether the or values and the 's appearance are automatically changed when the is clicked. (Default: True
)
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: True
)
: Returns or sets the horizontal and vertical alignment of the check mark on a control. (Default: MiddleLeft
)
: Returns or set a value indicating whether the is in the checked state.
: Returns or sets the text color used when the is checked. (Default: Color [Empty]
)
: Returns or sets the state of the .
: Returns or sets a value that indicates that the control is invalid.
: Returns or sets the invalid message that is shown in the invalid tooltip. (Default: ""
)
: Returns or sets whether the control is read-only. (Default: False
)
: Returns or sets the alignment of the text on the control. (Default: MiddleLeft
)
: Returns or sets whether the will allow three check states rather than two. (Default: False
)
Generates a event for a .
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property has changed.
Name | Description |
---|
Name | Description |
---|
: 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. (Default: False
)
: 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. (Default: False
)
blocks the entire browser as soon as the button is clicked since it's implemented on the client side, while blocks the specific widget when returning from the request.
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: False
)
: Returns or sets the case of the text to display to the user. (Default: Normal
)
: Returns or sets the image that is displayed in a button control.
: Returns or sets the alignment of the image in the button control. (Default: MiddleCenter
)
: Returns or sets the image list index value of the image in the displayed in the button control. (Default: -1
)
The specified index is less than -1.
: Returns or sets the key accessor for the image in the displayed in the button control. (Default: ""
)
: Returns or sets the that contains the displayed in a button control. (Default: null
)
: Returns or sets the theme name or URL for the image to display in the button control.
: Returns or sets the text associated with this control. (Default: ""
)
: Returns or sets the alignment of the text in the button control. (Default: MiddleCenter
)
: Returns or sets the position of text and image relative to each other. (Default: ImageBeforeText
)
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
Generates a event for a button.
Name | Description |
---|
Name | Description |
---|
: Returns or sets the border style of the button control. (Default: Solid
)
: Returns or sets the implementation to invoke. (Default: null
)
: 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
)
Generates a event for a button.
Fired when the property value changes.
Fired when the user clicks one of the drop down menu items.
Name | Description |
---|
Name | Description |
---|
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.
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. |
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. |
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. |
Represents a button control. |
Represents a check box control. |
Represents a split button control. |
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. |
Represents a split button control. |
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. |
item |
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.
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.
Enables the user to select a single option from a group of choices when paired with other controls.
All wisej controls derived from the class must implement this interface.
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.
The that was clicked.
Represents the method that will handle the event of a control.