Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ButtonBase
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.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. (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 a value indicating that the control can display markdown text as HTML in the Text property. (Default: False
)
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
)
Size:
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
)
ImagePropertySettings: Creates the property manager for the Image properties on first use.
String: Returns or sets the theme name or URL for the image to display in the button control.
Boolean: Returns or sets whether the button control is the default button.
String: Returns the text to use for rendering to the client.
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
)
proposedSize
checkAlign
textAlign
Returns: Size.
proposedSize
Returns: Size.
Fires the Click event.
e
Fires the CommandChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Generates a Click event for a button.
EventHandler Fired when the Command property value changes.
Represents a button control.
Represents a check box control.
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.
Wisej.Web.MenuButtonItemClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the ItemClicked event.
Initializes a new instance of the MenuButtonItemClickedEventArgs class.
item
MenuItem: Returns the clicked menu item.
Wisej.Web.RadioButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.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.
Initializes a new instance of the RadioButton class with the specified settings.
text
Initial text.
onCheckedChanged
Initializes a new instance of the RadioButton class with specific initial settings.
text
Initial text.
location
Initial location.
size
Initial size.
onCheckedChanged
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]
)
Size: Returns the default size of the control.
Boolean: Returns or sets a value that indicates that the control is invalid. (Default: False
)
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
)
proposedSize
Returns: Size.
Fires the AppearanceChanged event.
e
Fires the CheckedChanged event.
e
Fires the Click event.
e
Fires the ForeColorChanged event.
e
Fires the ReadOnlyChanged event.
e
Fires the Validating event.
e
Renders the client component.
config
Dynamic configuration object.
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.
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.
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.
Wisej.Web.MenuButtonItemClickedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the ItemClicked event of a Button control.
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.
Wisej.Web.CheckBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a check box control.
Initializes a new instance of the CheckBox class.
Initializes a new instance of the CheckBox class.
text
Initial text.
onCheckedChanged
Initializes a new instance of the CheckBox class.
text
Initial text.
location
Initial location.
size
Initial size.
onCheckedChanged
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: Returns or set a value indicating whether the CheckBox is in the checked state. (Default: False
)
Color: Returns or sets the text color used when the CheckBox is checked. (Default: Color [Empty]
)
CheckState: Returns or sets the state of the CheckBox. (Default: Unchecked
)
Size: Returns the default size of the control.
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
)
ContentAlignment: Returns or sets the alignment of the text on the CheckBox control. (Default: MiddleLeft
)
Boolean: Returns or sets whether the CheckBox will allow three check states rather than two. (Default: False
)
proposedSize
Returns: Size.
Fires the AppearanceChanged event.
e
Fires the CheckedChanged event.
e
Fires the CheckStateChanged event.
e
Fires the Click event.
e
Fires the ForeColorChanged event.
e
Fires the ReadOnlyChanged event.
e
Fires the Validating event.
e
Renders the client component.
config
Dynamic configuration object.
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.
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.
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.
Wisej.Web.Button
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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.
text
Initial text.
onClick
Initializes a new instance of the Button class with specific initial settings.
text
Initial text.
location
Initial location.
size
Initial size.
onClick
Optional click handler.
Initializes a new instance of the Button class with specific initial settings.
text
Initial text.
ImageSource
Image source.
location
Initial location.
size
Initial size.
onClick
Optional click handler.
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
)
Disposes the control.
disposing
true when this method is called by the application rather than a finalizer.
Returns: Int32.
proposedSize
Returns: Size.
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.
Fires the BindingContextChanged event.
e
Fires the Click event.
e
Fires the ItemClicked event.
e
Fires the MenuCollapse event. Since 3.5.5
e
Fires the MenuPopup event. Since 3.5.5
e
Renders the client component.
config
Dynamic configuration object.
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
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.
Wisej.Web.SplitButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a split button control.
Initializes a new instance of the class.
Initializes a new instance of the class with specific initial settings.
Renders the client component.
An that contains the event data.
A that contains the event data.
Enables the user to select a single option from a group of choices when paired with other controls.
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.
Optional handler.
Optional handler.
A that contains the event data.
A that contains the event data.
A that contains the event data.
A that contains the event data.
An that contains the event data.
A that contains the event data.
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.
Optional handler.
A that contains the event data.
A that contains the event data.
A that contains the event data.
A that contains the event data.
A that contains the event data.
An that contains the event data.
A that contains the event data.
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.
An that contains the event data.
An that contains the event data.
A that contains the event data.
A that contains the event data.
A that contains the event data.
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.
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 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
)
Returns: .
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.
config
Dynamic configuration object.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
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.
onClick
Optional Click handler.