Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ButtonBase
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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. (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.
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. (Default: False
)
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. (Default: False
)
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. (Default: False
)
CharacterCasing: Returns or sets the case of the text to display to the user. (Default: Normal
)
ICommand: Returns or sets the ICommand implementation to invoke. (Default: null
)
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. (Default: MiddleCenter
)
Int32: Returns or sets the image list index value of the image in the ImageList displayed in the button control. (Default: -1
)
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. (Default: ""
)
ImageList: Returns or sets the ImageList that contains the Image displayed in a button control. (Default: null
)
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. (Default: ""
)
Newlines (CRLF) are converted to <BR/> 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. (Default: MiddleCenter
)
TextImageRelation: Returns or sets the position of text and image relative to each other. (Default: ImageBeforeText
)
Boolean: 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 Click event for a button.
EventHandler Fired when the Command property value changes.
Name | Description |
---|---|
Name | Description |
---|---|
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.
Defines an object that can invoke a Command.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Wisej.Web.MenuButtonItemClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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 |
---|---|
Wisej.Web.RadioButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.
Initializes a new instance of the RadioButton class with the specified settings.
Name | Type | Description |
---|---|---|
Initializes a new instance of the RadioButton class with specific initial settings.
Appearance: Returns or sets the value that determines the appearance of a CheckBox control. (Default: Normal
)
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. (Default: True
)
Boolean: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: True
)
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.
ContentAlignment: Returns or sets the horizontal and vertical alignment of the check mark on a CheckBox control. (Default: MiddleLeft
)
Boolean: Gets or sets whether the control is checked. (Default: False
)
Color: Returns or sets the text color used when the RadioButton is checked. (Default: Color [Empty]
)
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. (Default: ""
)
Boolean: Returns or sets whether the control is read-only. (Default: False
)
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. (Default: False
)
ContentAlignment: Returns or sets the alignment of the text on the CheckBox control. (Default: MiddleLeft
)
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.5.0.0)
Represents a split button control.
Initializes a new instance of the SplitButton class.
Initializes a new instance of the SplitButton class with specific initial settings.
Name | Type | Description |
---|---|---|
Initializes a new instance of the SplitButton class with specific initial settings.
Initializes a new instance of the SplitButton class with specific initial settings.
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. (Default: Horizontal
)
Wisej.Web.Button
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a button control.
Initializes a new instance of the Button class.
Initializes a new instance of the Button class with specific initial settings.
Name | Type | Description |
---|---|---|
Initializes a new instance of the Button class with specific initial settings.
Initializes a new instance of the Button class with specific initial settings.
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
)
Generates a Click event for a button.
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
Wisej.Web.CheckBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a check box control.
Initializes a new instance of the class.
Initializes a new instance of the class.
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns or sets the value that determines the appearance of a control. (Default: Normal
)
: 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 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 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. (Default: False
)
: Returns or sets the text color used when the is checked. (Default: Color [Empty]
)
: Returns or sets the state of the . (Default: Unchecked
)
: 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 |
---|
text
Initial text.
location
Initial location.
size
Initial size.
onCheckedChanged
Optional CheckedChanged handler.
Bindable components implement this interface.
Defines an object that can invoke a Command.
Controls that support drag & drop operations 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.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
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.
Bindable components implement this interface.
Allows a control to act like a button on a Form.
Defines an object that can invoke a Command.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
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.
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.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
text | Initial text. |
location | Initial location. |
size | Initial size. |
onCheckedChanged |
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. |
Provides access to the validation events and properties property for controls that support validation. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
item
The MenuItem that was clicked.
Represents the method that will handle the ItemClicked event of a Button control.
text
Initial text.
onCheckedChanged
Optional CheckedChanged handler.
text
Initial text.
onClick
Optional Click handler.
text
Initial text.
onClick
Optional Click handler.
text | Initial text. |
onCheckedChanged |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the user clicks one of the drop down menu items. |
Optional handler.
Defines an object that can invoke a .
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.
Optional handler.