Wisej.Web.MenuButtonItemClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.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 |
---|---|
item
The MenuItem that was clicked.
Represents the method that will handle the ItemClicked event of a Button control.
Wisej.Web.MenuButtonItemClickedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the ItemClicked event of a Button control.
Name | Type | 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.
Wisej.Web.Button
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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.
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.
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.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.