Wisej.Web.AcceleratorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the Accelerator event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
sender
The source of the event.
e
A AcceleratorEventArgs that contains the event data.
Fired when one of the Accelerators key is pressed.
Wisej.Web.AcceleratorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Accelerator event.
Initializes a new instance of the KeyEventArgs class.
Name | Type | Description |
---|---|---|
IWisejComponent: Returns the Wisej component that generated the "keydown" event'.
Wisej.Web.ContainerControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides focus-management functionality for controls that can function as a container for other controls.
Initializes a new instance of the class.
: Returns or sets a collection of keys that fire the Accelerator event when the user presses the accelerator key while the focus is on any child control.
Throws:
Validates the last unvalidated control and its ancestors up through, but not including the current control.
Validates the last unvalidated control and its ancestors up through, but not including the current control.
Name | Description |
---|---|
: Returns or sets the active control on the container control.
The assigned could not be activated.
: Returns or sets the BindingContext for the control.
: Returns or sets whether the container will receive key events before the event is passed to the control that has focus.
: Returns the that the container control is assigned to.
: Returns the that the container control is assigned to.
: Enables or disables right-to-left layout when the value of is
Returns: .
Parameter | Type | Description |
---|
Returns: .
Fired when one of the key is pressed.
Fired when the value of the property changes.
Name | Description |
---|
Name | Description |
---|
Represents the method that will handle the Accelerator event.
checkAutoValidate |
UI implementation for the FileDialog class. |
UI implementation for the FolderDialog class. |
Represents a window or dialog box that makes up an application's user interface. |
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time. |
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
Provides an empty control that can be used to create other controls. |
Displays data in a customizable list format. |
Represents a desktop container that can host floating windows. |
Provides an popup container that can be attached to other controls. |
Bindable components implement this interface. |
Provides the functionality for a control to act as a parent for other controls. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
keyData
component
The Wisej component that originated the keyboard event.
If true, the value of the property is used to determine if validation should be performed; if false, validation is unconditionally performed.
All wisej controls derived from the class must implement this interface.