Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ControlEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ControlAdded and ControlRemoved events.
Initializes a new instance of the ControlEventArgs class for the specified control.
Name | Type | Description |
---|---|---|
Control: Returns the control object used by this event.
Name | Description |
---|---|
Wisej.Web.DragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the DragDrop, DragEnter, or DragOver event.
Initializes a new instance of the DragEventArgs class.
Name | Type | Description |
---|---|---|
DragDropEffects: Returns which drag-and-drop operations are allowed by the originator (or source) of the drag event.
String: Specify the types of files that the server accepts (that can be submitted through a file upload).
The allowed files string follows the HTML 4.01 and HTML5 specifications. You can configure only one entry in the browser's file dialog. The syntax is "file_extension|audio/|video/|image/*|media_type". Look at IANA Media Types for a complete list of standard media types.
IDataObject: Returns the IDataObject that contains the data associated with this event.
Control: Returns the component that started the drag operation by calling DoDragDrop. [Since 2.5.32]
Object: Returns the original target of the drag operation.
DragDropEffects: Returns or sets the target drop effect in a drag-and-drop operation.
HttpFileCollection: Returns the HttpFileCollection containing the files that have been dropped on the target, or null.
Image: Returns or sets the custom image displayed on the client to represent the drag action.
Size: Returns or sets the size in pixels of the custom image displayed on the client to represent the drag action.
String: Returns or sets the custom image source displayed on the client to represent the drag action.
Int32: Returns the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
Point: Returns the location of the mouse or pointer event, in screen coordinates.
Int32: Returns the x-coordinate of the mouse or pointer, in screen coordinates.
Int32: Returns the y-coordinate of the mouse or pointer, in screen coordinates.
Wisej.Web.HelpEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the HelpRequested event.
Initializes a new instance of the HelpEventArgs class.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating whether the help event was handled.
Control: Returns the Control that had the focus when the user pressed F1.
Wisej.Web.Control ControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a collection of objects.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns whether the owner control has already been disposed.
: Returns the at the specified indexed location.
Adds the specified control to the control collection.
Adds an array of control objects to the collection.
Removes all controls from the collection.
Removes and disposes all controls from the collection.
Determines whether the specified control is a member of the collection.
Searches for controls by their type and builds an array of all the controls that match.
Throws:
Searches for controls by their name and builds an array of all the controls that match.
Throws:
Retrieves the index of the specified child control within the control collection, and optionally raises an exception if the specified control is not within the control collection.
Throws:
Retrieves the index of the specified control in the control collection.
Retrieves the index of the first occurrence of the specified item within the collection.
Removes the specified control from the control collection.
Removes the child control with the specified key.
Sets the index of the specified child control in the collection.
Wisej.Web.KeyPressEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns or sets whether the event was handled.
: Returns or sets the character corresponding to the key pressed.
Wisej.Web.JavaScript ClientEventCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a collection of JavaScript events and their corresponding handler code.
: Returns the number of items in the collection.
: Returns the element at the specified index .
Checks whether the specified item exists in the collection.
Returns the position of the specified item in the collection.
Inserts the item into the collection at the specified index .
Removes the item from the collection.
Wisej.Web.KeyEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the or event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns whether the ALT key was pressed.
: Returns whether the CTRL key was pressed.
Returns whether the Alt key is pressed.
Returns whether the Control key is pressed.
Returns whether the Shift key is pressed.
Wisej.Web.JavaScript ClientEvent
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represent a JavaScript event and the corresponding code to execute on the client when the event is fired.
: Returns or sets the name of the event. Not all events are available to all controls, which events are fired depends on the widget that corresponds to the control.
: Returns or sets the JavaScript handler for the event.
Wisej.Web.Control
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Base class for all Wisej controls.
Initializes a new instance of the class.
: Returns or sets the description that will be reported to accessibility client applications. It is assigned to the "alt" attribute of the browser element.
: Returns or sets the name of the control for use by accessibility client applications. It is assigned to the "name" attribute of the browser element.
You can use this collection at design time or in code or through the listener methods:
You can use any CSS style string.
The behavior of this property is configurable in Default.json setting the "rightToLeft" property to "true", "false", or "auto". The default is "auto", causing the value to be retrieved from the current language.
Use this property to manage additional custom states that you may want to add to a widget. The state will update the visualization of the widget using the styles and properties set in the current theme and loaded theme mixins. You can also force the usage of built-in states. However, this property will not return the current states of the widget as updated by the client browser. It only returns the states set by the application.
In addition to setting this property directly, you can also manage it using the related methods:
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".
Adds a new listener script to the event name to the client widget.
The script will execute in the browser when the event name occurs. You can attach multiple listeners to the same event.
Adds the specified theme state to the widget.
Executes the specified delegate asynchronously.
Executes the specified delegate asynchronously.
Brings the control to the front of the z-order.
Runs the JavaScript function within the component's context in the browser.
Runs the JavaScript function within the component's context in the browser and returns the value to the callback method.
Centers the position of the control within the bounds of the parent.
Centers the position of the control within the bounds of the parent either horizontally, vertically or both.
Indicates whether the specified control is a child of this control.
Creates and register this control and all its children.
Begins a drag-and-drop operation.
Begins a drag-and-drop operation.
Begins a drag-and-drop operation.
Begins a drag-and-drop operation.
Begins a drag-and-drop operation.
Retrieves the return value from the asynchronous operation represented by asyncResult .
Runs the javaScript code within the component's context in the browser.
Runs the javaScript code within the component's context in the browser and returns the value to the callback method.
Retrieves the form that the control is on.
Retrieves the page that the control is on.
Sets input focus to the control.
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
Retrieves the child control that is located at the specified coordinates.
Returns the script associated to the listener identified by id .
Returns the scripts for all the listeners attached to the event name .
Retrieves the next control forward or back in the tab order of child controls.
Retrieves the value of the specified control style bit for the control.
Checks whether the specified event name has any listener attached.
Conceals the control from the user.
Causes the control to update the client side widget. When in design mode, causes the rendered control to update its entire surface in the designer.
Causes the control to update the client side widget. When in design mode, causes the rendered control to update its entire surface in the designer.
Executes the specified delegate.
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
Determines whether the specified character is the mnemonic character.
Arranges the specified child controls in the specified direction , spaced by spacing pixels.
Throws:
Arranges the specified child controls in the specified direction , spaced by spacing pixels, and constrained within the specified viewArea .
Throws:
Forces the control to apply layout logic to all its child controls.
Forces the control to apply layout logic to all its child controls.
Computes the location of the specified screen point into client coordinates.
Computes the location of the specified client point into screen coordinates.
Computes the size and location of the specified screen rectangle in client coordinates.
Computes the size and location of the specified client rectangle in screen coordinates.
Forces the control to update corresponding client widget. When in DesignMode it forces a full redraw of the designer surface for this control, including the non-client areas such as the caption of forms or panels.
Forces the control to update corresponding client widget. When in DesignMode it forces a full redraw of the designer surface for this control and optionally of its children, including the non-client areas such as the caption of forms or panels.
Detaches and removes the listener identified by id .
Removes all the listeners attached to the event name .
Removes the specified theme state from the widget.
Removes all the data bindings from the control.
Resumes layout logic.
Resumes layout logic, optionally forcing an immediate layout of all pending layout requests.
Scrolls the control into view in the container using the specified alignX and alignY preferences.
Scrolls the child control into view.
Activates a control.
Activates the next control in the list according to the specified selection rules.
Sends the control to the back of the z-order.
Sets the bounds of the control to the specified location and size.
Sets the specified bounds of the control to the specified location and size.
Displays the control to the user.
Suspends the layout logic for the control.
Causes the control to update the corresponding client side widget. When in design mode, causes the rendered control to update its entire surface in the designer.
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
JavaScript code can fire any event back to a control, including custom data, using:
On the server side, the event name and event data are available in the WidgetEvent handler:
Name | Description |
---|---|
Name | Description |
---|---|
: Returns the with the specified key in the collection.
: Returns the control that owns this .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if the is a member of the collection; otherwise, false.
Determines whether the contains an item with the specified key.
Parameter | Type | Description |
---|
Returns: . true if the contains an item with the specified key; otherwise, false.
Parameter | Type | Description |
---|
Returns: . Array of controls that are derived from the specified type .
type is null.
Parameter | Type | Description |
---|
Returns: . Array of controls with the specified name.
The key parameter is null or an empty string ("").
Parameter | Type | Description |
---|
Returns: . A zero-based index value that represents the location of the specified child control within the control collection; otherwise -1 if the specified is not found in the .
The child is not in the , and the throwException parameter value is true.
Retrieves a reference to an enumerator object that is used to iterate over a .
Returns: . An .
Parameter | Type | Description |
---|
Returns: . A zero-based index value that represents the position of the specified in the .
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first occurrence of the control with the specified name in the collection.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Name | Description |
---|
Name | Description |
---|
Adds the instance to the collection.
Parameter | Type | Description |
---|
Removes all the items from the collection.
Parameter | Type | Description |
---|
Returns: . True of the collection contains the specified item .
Parameter | Type | Description |
---|
Returns: . The index of the specified item or -1 if not found.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . True of the specified item was found and removed from the collection.
Removes the item at the location index .
Parameter | Type | Description |
---|
Fired when the collection has changed.
: Returns or sets whether the event was handled.
: Returns the keyboard code..
: Returns the key data.
: Returns the keyboard value.
: Returns the modifier flags indicating which combination of CTRL, SHIFT, and ALT keys was pressed.
: Returns a value indicating whether the SHIFT key was pressed.
Returns: .
Returns: .
Returns: .
Name | Description |
---|
: Returns or sets the accessible role of the control that will be reported to accessibility client applications. It is assigned to the "role" attribute of the browser element.
: Returns or sets whether the control can initiate a drag-drop operation.
: Returns or sets whether the control can accept data that the user drags onto it.
: Returns or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
: Returns or sets whether the control receives pointer events. Anonymous controls let pointer events bubble to their parents.
: Sets the appearance key for the theme engine.
: Returns or sets the background color for the control.
: Returns or sets the background image displayed in the control.
: Returns or sets the background image layout as defined in the enumeration.
: Returns or sets the background image displayed in the control.
: Returns a flag indicating that the control is becoming the active control.
: Returns or sets the for the control.
: Returns the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
: Returns or sets the size and location of the control including its non-client area, in pixels and relative to the parent control.
: Determines whether the control can execute a command.
: Returns whether the control can receive focus.
: Returns whether the control can be selected.
: Returns or sets whether the control has captured the mouse.
: Returns or sets whether the control causes validation to be performed on controls that require to be validated when this control receives focus.
: Returns a collection of client events and JavaScript listeners. You may attach multiple listeners to same event.
: Returns the client rectangle of the control.
: Returns or sets the height and width of the client area.
: Indicates whether the control, or one of its child controls, has the input focus.
: Returns or sets the shortcut menu associated with the control.
: Returns the collection of controls contained within the control.
: Returns a value indicating whether the control has been created.
: Returns or sets additional CSS class names to add to the widget.
Use this property to add or remove custom CSS classes that you may add to your application as standard css files or through the extender. You can assign multiple class names separated by a space and you can manage this property using the related methods:
: Returns or sets the custom CSS styles to add to the widget.
: Returns or sets the cursor that is displayed when the mouse pointer is over the control.
: Returns the data bindings for the control.
: Returns the default background color of the control.
: Returns the default font of the control.
: Returns the default background color of the control.
: Returns the rectangle that represents the virtual display area of the control.
: Returns whether the control is in the process of disposing itself and child controls.
: Returns or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
: Returns or sets whether the control can respond to user interaction.
: Enables or disables the browser's context menu.
: Returns or sets whether the control can gain the focus.
: Returns a value indicating whether the control has input focus.
: Gets or sets the font of the text displayed by the control.
: Returns or sets the text color of the control.
: Returns the unique server-side id (handle) for this component.
: Returns whether the control contains any child control.
: Returns whether the control specifies data bindings.
: Check if the control defines any responsive profile without forcing the creation of the collection.
: Checks if the dynamic object was created and has any value.
: Returns or sets the height of the control.
: Returns or sets an initialization script to execute when the widget is created (or reloaded) in the browser.
Use this property to add custom initialization JavaScript that is always executed when the client widget is created. The context (this) of the script is the instance of the widget. You can use the entire qooxdoo and wisej.js api. See and .
You may also use the init script to attach events to the widget or to its internal children. Event handlers can also be attached using the collection and the client events methods:
: Returns whether the control has been disposed.
: Returns if the control has a server-side component id (handle) associated with it.
: Returns whether the control is mirrored.
: Returns the control's layout engine.
: Returns or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
: Returns or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
: Returns or sets the space between controls.
: Returns or sets the maximum size for the control.
: Returns or sets the minimum size for the control.
: Returns a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.
: Returns a value indicating which of the mouse buttons is in a pressed state.
: Returns the position of the mouse cursor in screen coordinates.
: Returns or sets whether the control can be moved by dragging.
: Gets or sets the name of the control.
: Returns or sets padding within the control.
: Returns or sets the parent container of the control.
: Returns the preferred size in which the control can fit.
: Returns or sets the edges of the control that can be dragged to resize the control.
: Returns the collection of responsive properties that have been set for this control.
: Return the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
: Returns or sets whether the control's elements are aligned right-to-left to support RTL languages.
When set to , the control inherits the value of this property from its parent. However, when the control is a top-level control (i.e. Window, Page, Desktop), and the value is set to , the right-to-left mode is automatically retrieved from the current language.
: Returns or sets whether the text in the control can be selected in the browser by the user by dragging the pointer. [Since 2.5.22]
Not to be confused with , which corresponds to the property. When is set to true, the text of the control (i.e. a label or a button) can be highlighted in the browser and copied to the clipboard. It will also make the widget "focusable" but only in the browser.
: Returns or sets whether the control is blocked by the ajax loader.
: Returns or sets the height and width of the control.
: Returns or sets additional theme states to the client widget.
: Returns or sets the tab order of the control within its container.
: Returns or sets whether the user can give the focus to this control using the TAB key and the property is set to true.
: Returns or sets the object that contains data about the control.
: Returns or sets the text associated with this control.
: Returns or sets the tooltip text to show for this control.
When using property you can only set the ToolTip text and cannot change the default ToolTip icon set in the theme. To change the ToolTip icon you can either create a custom theme, or a theme mixin, or use the extender and the property added by the extender. You can change the default , , , , or enable HTML in by using a extender also without setting the property added by the extender.
: Returns or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
: Returns the parent control that is not parented by another . Typically, this is the outermost that the control is contained in.
: Returns a dynamic object that can be used to store custom data in relation to this control.
: Returns or sets whether to use the wait cursor for the current control and all child controls.
: Returns a flag indicating that the validation has been canceled.
: Returns or sets whether the control and all its child controls are displayed.
: Returns a value indicating the wheel delta from the last wheel event.
: Returns or sets the width of the control.
Parameter | Type | Description |
---|
Returns: . An integer id that you can use to remove the listener from the event using or to retrieve the listener script code using .
Adds the CSS class name to the widget element. If the class already exists in the it's not added.
Parameter | Type | Description |
---|
Returns: . The new value of the property.
Parameter | Type | Description |
---|
Returns: . The new list of states stored in the property.
You can also assign a new array of states to the property.
Parameter | Type | Description |
---|
Returns: . An that represents the result of the operation.
Parameter | Type | Description |
---|
Returns: . An that represents the result of the asynchronous call.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Asynchronously runs the JavaScript function within the component's context in the browser and returns an awaitable containing the value returned by the remote call.
Parameter | Type | Description |
---|
Returns: . An awaitable that represents the asynchronous operation.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if the specified control is a child of the control; otherwise, false.
Parameter | Type | Description |
---|
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Parameter | Type | Description |
---|
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Parameter | Type | Description |
---|
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Parameter | Type | Description |
---|
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Parameter | Type | Description |
---|
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Parameter | Type | Description |
---|
Returns: . The return value from the asynchronous operation.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Asynchronously runs the javaScript code within the component's context in the browser and returns an awaitable that contains the value returned by the remote call.
Parameter | Type | Description |
---|
Returns: . An awaitable that represents the asynchronous operation.
Returns: .
Returns: .
Returns: . true if the input focus request was successful; otherwise, false.
Parameter | Type | Description |
---|
Returns: . The child at the specified coordinates.
Parameter | Type | Description |
---|
Returns: . A that represents the control that is located at the specified point.
Parameter | Type | Description |
---|
Returns: . JavaScript associated with the listener.
Parameter | Type | Description |
---|
Returns: . String array containing the scripts for the listeners attached to the event.
Returns the next up the control's chain of parents.
Returns: . The parent .
Parameter | Type | Description |
---|
Returns: . The next in the tab order.
Parameter | Type | Description |
---|
Returns: . true if the specified control style bit is set to true; otherwise, false.
Parameter | Type | Description |
---|
Returns: . True if the event name has any listener attached.
Returns true if the property contains the specified class name .
Parameter | Type | Description |
---|
Returns: . True of the css class name is already included in .
Checks whether the specified theme state is present in the property.
Parameter | Type | Description |
---|
Returns: . True if the widget already has the state .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . The return value from the delegate being invoked, or null if the delegate has no return value.
Parameter | Type | Description |
---|
Returns: . An that contains the return value from the delegate being invoked, or null if the delegate has no return value.
Parameter | Type | Description |
---|
Returns: . true if the charCode character is the mnemonic character; otherwise, false.
Arranges all the child using the specified dock style, spaced by spacing pixels.
Parameter | Type | Description |
---|
Arranges all the child using the specified dock style, spaced by spacing pixels.
Parameter | Type | Description |
---|
Arranges all the child using the specified dock style, spaced by spacing pixels.
Parameter | Type | Description |
---|
Arranges all the child using the specified dock style, spaced by spacing pixels.
Parameter | Type | Description |
---|
Arranges all the child in the specified direction , spaced by spacing pixels.
Parameter | Type | Description |
---|
Arranges all the child in the specified direction , spaced by spacing pixels, and constrained within the specified viewArea .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
One of the controls is not a child of this control.
Parameter | Type | Description |
---|
One of the controls is not a child of this control.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . A that represents the converted , point , in client coordinates.
Parameter | Type | Description |
---|
Returns: . A that represents the converted , point , in screen coordinates.
Parameter | Type | Description |
---|
Returns: . A that represents the converted , rect , in client coordinates.
Parameter | Type | Description |
---|
Returns: . A that represents the converted , rect , in screen coordinates.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . True if the id specified a valid lister and it was removed; otherwise false if id is invalid.
Parameter | Type | Description |
---|
Returns: . True if the event name has any listener that was removed.
Removes the specified css class name from the control's property.
Parameter | Type | Description |
---|
Returns: . The new value of the property.
Parameter | Type | Description |
---|
Returns: . The new list of states stored in the property.
You can also assign a new array of states to the property.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if a control was activated; otherwise, false.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if all of the children validated successfully; otherwise, false. If called from the or event handlers, this method will always return false.
Validates all selectable child controls in the container, including descendants. This is equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See for details of exactly which child controls will be validated.
Returns: . true if all of the children validated successfully; otherwise, false. If called from the or event handlers, this method will always return false.
Fired after the control has been fully rendered on the client.
This is a "lazy" event. It fires only when there is an handler attached to it, otherwise the companion On{Name} protected method is not invoked. It's enough to attach to either one of or to enable both events.
Fired when the property value changes.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the property changes.
Fired when the value of the property changes.
Occurs when the value of the property changes.
Fired when the value of the property changes.
Fired when the control is clicked.
Fired when the property value changes.
Fired when the value of the property changes.
Fired when a new control is added to the .
Fired when a control is made visible the first time, fully created and sent to the client.
Fired when a control is removed from the .
Fired when the value of the property changes.
Fired after the control is no longer visible on the client.
This is a "lazy" event. It fires only when there is an handler attached to it, otherwise the companion On{Name} protected method is not invoked. It's enough to attach to either one of or to enable both events.
Fired when the component is disposed.
Fired when the value of the property changes.
Fired when the control is double-clicked.
Fired when a drag-and-drop operation is completed.
Fired when a drag-drop operation is terminated either by a drop or canceled.
Fired when an object is dragged into the control's bounds.
Fired when an object is dragged out of the control's bounds.
Fired when an object is dragged over the control's bounds.
Fired when a drag-drop operation is started by the user.
Fired when the property value has changed.
Fired when a control is and the user ends the move operation.
This event fires only when is true and the user moves the widget on the client. It doesn't fire when the property changes.
Fired when a control has and the user ends the resize operation.
This event fires only when the has a value different than and the user resizes the widget on the client. It doesn't fire when the of the control changes.
Fired when the control gains the input focus.
Fired when the property value changes.
Fired when the property value changes.
Fired when the control gains the focus.
Fired when the user requests help for a control by pressing F1.
Fired when the ImeMode property has changed.
Fired when a key is pressed while the control has focus.
Fired when a key is pressed while the control has focus.
Fired when a key is released while the control has focus.
Fired when a control should reposition its child controls.
Fired when the control loses the input focus.
Fired when the property value has changed.
Fired when a pointer holds on the screen.
Fired when the control loses focus.
Fired when the control's margin changes.
Fired when the control loses mouse capture.
Fired when the control is clicked by the mouse.
Fired when the control is double clicked by the mouse.
Fired when the mouse pointer is over the control and a mouse button is pressed.
Fired when the mouse pointer enters the control.
Fired when the mouse pointer rests on the control.
Fired when the mouse pointer leaves the control.
Fired when the mouse pointer is moved over the control.
Fired when the mouse pointer is over the control and a mouse button is released.
Fired when the mouse wheel moves while the control has focus.
Fired when the control's padding changes.
Fired when a UserPaint control needs to redraw itself.
Fired when the property value changes.
Fired when two finger moved towards or away from each other. It contains the scaling factor of the pinch.
Fired before the event when a key is pressed while focus is on this control.
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
Fired when the control is resized.
Fired when the active responsive profile is changed.
Fired when the property value changes.
Fired when two finger moved around a single point. It contains the angle of the rotation.
Fired when the property value changes.
Fired when a control is and the user begins the move operation.
This event fires only when is true and the user begins moving the widget on the client.
Fired when a control has and the user begins the resize operation.
This event fires only when the has a value different than and the user begins resizing the widget on the client.
Fired when the control style changed.
Fired when a pointer swipes over the screen.
Fired when the property value has changed.
Fired when the value of the property changes.
Fired when a pointer taps on the screen.
Fired when the property value changes.
Fired when a touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created).
Fired when a touch point is removed from the touch surface.
Fired when a touch point is moved along the touch surface.
Fired when a touch point is placed on the touch surface.
Fired when a pointer grabs an item and moves the pointer on it.
Fired when the control is finished validating.
Fired when the control is validating.
Fired when the property value changes.
Fired when the control receives a custom event from the client.
Name | Description |
---|
Name | Description |
---|
sender
The source of the event.
e
A DragEventArgs that contains the event data.
Fired when a drag-and-drop operation is completed.
Fired when an object is dragged into the control's bounds.
Fired when an object is dragged over the control's bounds.
Represents the method that will handle the HelpRequested event of a Control.
child |
controls |
dispose | Indicates whether the controls removed from the collection should be disposed. |
control |
key |
type |
searchAllChildren | true to search all child controls; otherwise, false. |
key |
searchAllChildren | true to search all child controls; otherwise, false. |
child |
throwException |
control |
key | The name of the control to search for. |
child |
key | The name of the child control to remove. |
child | The child control to search for. |
newIndex | The new index value of the control. |
Represents a collection of child controls in a table layout container. |
item |
item |
item |
index | Position where to insert the item . |
item |
item |
index | Position of the item to remove from the collection. |
name | Name of the client event to attach the listener to. |
script | JavaScript code to execute when the event occurs. |
name | Name of the css class to add. |
state | Name of the custom state to add to the widget. |
method | A delegate to a method that takes no parameters. |
method | A delegate to a method that takes no parameters. |
args | An optional array of objects to pass as arguments to the specified method. |
function | The name of the JavaScript function to execute. |
args | The arguments to pass to the function. |
function | The name of the JavaScript function to execute. |
callback | Asynchronous callback method that receives the return value. |
args | The arguments to pass to the function. |
function | The name of the JavaScript function to execute. |
args | The arguments to pass to the function. |
horizontal | Center horizontally. |
vertical | Center vertically. |
control |
data | The data to drag. |
allowedEffects |
data | The data to drag. |
allowedEffects |
imageSource | The name or URL for an image to use as the drag cursor. |
data | The data to drag. |
allowedEffects |
imageSource | The name or URL for an image to use as the drag cursor. |
imageSize | The size of the drag image specified in imageSource. |
data | The data to drag. |
allowedEffects |
image |
data | The data to drag. |
allowedEffects |
image |
imageSize | The size of the drag image specified in image. |
asyncResult |
javaScript | The JavaScript code to run on the client. |
javaScript | The JavaScript code to evaluate on the client. |
callback | Asynchronous callback method that receives the return value. |
javaScript | The JavaScript code to evaluate on the client. |
pt |
skipValue |
pt |
id | Id of the listener to retrieve the script for. |
name | Name of the event. |
control |
forward | true to search forward in the tab order; false to search backward. |
flag |
name | Name of the client event to verify. |
name | Css class name to verify. |
state | Name of the state to check. |
invalidateChildren | When true, invalidates all the children of the control. |
method | A delegate that contains a method to be called in the control's thread context. |
method | A delegate to a method that takes parameters of the same number and type that are contained in the args parameter. |
args | An array of objects to pass as arguments to the specified method. This parameter can be null if the method takes no arguments. |
charCode | The character to test. |
text | The string to search. |
dock |
spacing |
useMargins |
hAlign |
vAlign |
dock |
viewArea |
spacing |
useMargins |
hAlign |
vAlign |
controls | List of child controls to arrange. If null, all the children will be arranged. |
dock |
spacing |
useMargins |
hAlign |
vAlign |
controls | List of child controls to arrange. If null, all the children will be arranged. |
dock |
viewArea |
spacing |
useMargins |
hAlign |
vAlign |
direction |
spacing |
useMargins |
hAlign |
vAlign |
direction |
viewArea |
spacing |
useMargins |
hAlign |
vAlign |
controls | List of child controls to arrange. If null, all the children will be arranged. |
direction | Indicates whether to arrange the controls horizontally or vertically. |
spacing | Spacing between the controls . |
useMargins |
hAlign |
vAlign |
controls | List of child controls to arrange. If null, all the children will be arranged. |
direction | Indicates whether to arrange the controls horizontally or vertically. |
viewArea |
spacing | Spacing between the controls . |
useMargins |
hAlign |
vAlign |
affectedControl |
affectedProperty | The name of the recently changed property on the control that caused the layout to change. |
point |
point |
rect |
rect |
refreshChildren | True to also refresh all the children of this control. |
id | Id of the listener to remove. |
name | Name of the event. |
name | The css class name to remove. |
state | Name of the state to remove. |
performLayout | true to apply all pending layout requests; otherwise, false. |
alignX |
alignY |
control |
forward | true to move forward in the tab order; false to move backward in the tab order. |
tabStopOnly |
nested | true to include nested (children of child controls) child controls; otherwise, false. |
wrap | true to continue searching from the first control in the tab order after the last control has been reached; otherwise, false. |
x |
y |
width |
height |
x |
y |
width |
height |
specified |
flags |
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns. |
UI implementation for the FileDialog class. |
UI implementation for the FolderDialog class. |
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source. |
Represents a button control. |
Implements the basic functionality common to button controls. |
Represents a check box control. |
Represents a combo box control. |
Provides focus-management functionality for controls that can function as a container for other controls. |
Represents a control that allows the user to select or type a date and a time. |
Represents a spinner control that displays string values. |
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns. |
Represents a window or dialog box that makes up an application's user interface. |
Represents a Wisej control that displays a frame around a group of controls with an optional caption. |
Represents a label control. |
Represents an hyper-link control. |
Represents a control to display a list of items. |
Uses a mask to distinguish between proper and improper user input. |
Represents the container for multiple-document interface (MDI) child forms. |
Represents a control that enables the user to select a date using a visual monthly calendar display. |
Represents a spinner control that displays numeric values. |
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 collapsible panel with an optional header that contains a group of controls. |
Represents an image control. |
Represents a progress control that displays a value visually as a filled bar. |
Defines a base class for controls that support auto-scrolling behavior. |
Represents an horizontal scroll bar. |
Represents a vertical scroll bar. |
Implements the basic functionality of a scroll bar control. |
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
Represents a text box control that allows the user to enter any value. |
Implements the basic functionality required by text controls. |
Enables the user to choose between a range of values by sliding a small bar along another bar. |
Implements the basic functionality required by a spin box (also known as an up-down control). |
Provides an empty control that can be used to create other controls. |
Represents a web browser control that enables the user to navigate web pages inside a form or a page. |
Represents a data grid control. |
Displays data in a customizable list format. |
Represents a desktop container that can host floating windows. |
Represents a control that can host ASP.NET or MVC pages within a Wisej application. |
Represents the HTML5 canvas element. |
Represents a panel that dynamically arranges its child controls. |
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML. |
Represents a control that displays any HTML file in an IFrame element. |
Represents a line control. |
Base implementation for media controls. |
Represents a shape control. Displays an element a border in any of the four sides. |
Displays child controls vertically or horizontally in a scrollable container. |
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client. |
Represents a split button control. |
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field. |
Represent an upload widget. Allows users to selected one or more files and upload them to the server. |
Provides an popup container that can be attached to other controls. |
Provides a generic widget that can use most third party javascript widgets. |
Represents a list view control, which displays a collection of items that can be displayed using one of four different views. |
Represents a menu bar component. |
Provides a user interface for browsing the properties of an object. |
Displays information to the user in a about the object being viewed, the object's components, or the object's operation. |
Represents a toolbar component. |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
control
The Control to store in this event.
Represents the method that will handle the ControlAdded and ControlRemoved events of the Control class.
allowedEffect
One of the DragDropEffects values.
effect
One of the DragDropEffects values.
data
The data associated with this event.
location
The Point that indicates the location of the drag event.
target
The Control that had the focus when the user pressed F1.
sender | The source of the event. |
hlpevent | A object that contains the event data. |
Fired when the user requests help for a control by pressing F1. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a key is pressed while the control has focus. |
Fired when a key is released while the control has focus. |
owner |
keyChar | The ASCII character corresponding to the key the user pressed. |
keyData |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a key is pressed while the control has focus. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a new control is added to the . |
Fired when a control is removed from the . |
Fired when a multiple-document interface (MDI) child form is added to the mdi parent. |
Fired when a multiple-document interface (MDI) child form is removed from the mdi parent. |
Wisej.Web.PaintEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Paint event.
Initializes a new instance of the PaintEventArgs class with the specified graphics and clipping rectangle.
Name | Type | Description |
---|---|---|
Rectangle: Returns the rectangle in which to paint.
Graphics: Returns the graphics used to paint.
Wisej.Web.MouseEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the MouseUp, MouseDown, and MouseMove events.
Initializes a new instance of the MouseEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the MouseEventArgs class.
Name | Type | Description |
---|---|---|
MouseButtons: Returns which mouse button was pressed.
Int32: Returns the number of clicks or taps.
Int32: Returns the number of times the mouse wheel has rotated.
Point: Returns the location of the mouse or pointer event.
Control: Returns the original target Control when the pointer event has bubbled up because the original target was either not Enabled or Anonymous.
String: Returns the internal role assigned to the element that generated the pointer event: checkbox, button, ...
The value in the Role property is taken from the "role" attribute of the clicked element inside the widget. You can detect clicks on custom HTML content by adding the role attribute to the custom element.
Int32: Returns the x-coordinate of the mouse or touch event.
Int32: Returns the y-coordinate of the mouse or touch event.
Wisej.Web.LayoutEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Layout event.
Initializes a new instance of the LayoutEventArgs class with the specified component and property affected.
Name | Type | Description |
---|---|---|
Initializes a new instance of the LayoutEventArgs class with the specified control and property affected.
Name | Type | Description |
---|---|---|
IComponent: Returns the IComponent affected by the layout change.
Control: Returns the child control affected by the change.
String: Returns the property affected by the change.
Wisej.Web.PinchEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the Pinch event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.PreviewKeyDownEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the PreviewKeyDown event.
Initializes a new instance of the PreviewKeyDownEventArgs class with the specified key.
Name | Type | Description |
---|---|---|
Boolean: Returns whether the ALT key was pressed.
Boolean: Returns whether the CTRL key was pressed.
Boolean: Returns whether a key is a regular input key.
Keys: Returns the keyboard code.
Keys: Returns the key data.
Int32: Returns the keyboard value.
Keys: Returns the modifier flags indicating which combination of CTRL, SHIFT, and ALT keys was pressed.
Boolean: Returns whether the SHIFT key was pressed.
Wisej.Web.QueryContinueDragEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the QueryContinueDrag event of a Control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.PreviewKeyDownEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the PreviewKeyDown event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.QueryContinueDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the QueryContinueDrag event.
Initializes a new instance of the QueryContinueDragEventArgs class.
Name | Type | Description |
---|---|---|
DragAction: Returns or sets the status of a drag-and-drop operation.
Boolean: Returns if the user pressed the ESC key.
Int32: Returns the current state of the SHIFT, CTRL, and ALT keys.
Wisej.Web.RotateEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the Rotate event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.SwipeEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the Swipe event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.TouchEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for event.
: Returns the unique identifiers for the touch items.
: Returns whether more than one touch is associated with the event target element.
: Returns the location of the touch items in screen coordinates.
: Returns the delta of the rotation since the start of the event, in degrees.
Wisej.Web.ResponsiveProfileChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: The new active profile.
: The previously active profile.
Wisej.Web.SwipeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for event.
: Returns whether the performed swipe was on the x or y axis.
: Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right
: Returns the distance of the performed swipe.
: Returns the duration the performed swipe took.
Wisej.Web.WidgetEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the data object that was sent by the widget with the event.
: Returns the type (name) of the event fired by the widget.
Wisej.Web.TrackEventArgs
The to add.
An array of objects to add to the collection.
The to locate in the collection.
The key to locate in the .
The type of the controls to locate in the .
The key to located in the .
The to search for in the control collection.
true to throw an exception if the specified in the child parameter is not a control in the ; otherwise, false.
The to locate in the collection.
The to remove.
Represents the method that will handle the event of a .
item to add to the collection.
items to find in the collection.
item to locate in the collection.
item to insert into the collection.
instance to remove from the collection.
Represents the method that will handle the or event of a .
The child to find.
One of the values.
One of the values.
One of the values.
One of the values.
An to use as the drag cursor.
One of the values.
An to use as the drag cursor.
An that represents a operation started on a control.
A that contains the coordinates where you want to look for a control. Coordinates are expressed relative to the upper-left corner of the control's client area.
One of the values of , determining whether to ignore child controls of a certain type.
A that contains the coordinates where you want to look for a control. Coordinates are expressed relative to the upper-left corner of the control's client area.
The to start the search with.
The bit to return the value from.
Indicates whether to arrange the horizontally or vertically.
Spacing between the .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using dock = , or , or .
Vertical alignment when using dock = , or , .
Indicates whether to arrange the horizontally or vertically.
Rectangle limiting the area to arrange the in. If empty, it will use .
Spacing between the .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using dock = , or , or .
Vertical alignment when using dock = , or , .
Indicates whether to arrange the horizontally or vertically.
Spacing between the .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using dock = , or , or .
Vertical alignment when using dock = , or , .
Indicates whether to arrange the horizontally or vertically.
Rectangle limiting the area to arrange the in. If empty, it will use .
Spacing between the .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using dock = , or , or .
Vertical alignment when using dock = , or , .
Indicates whether to arrange the horizontally or vertically.
Spacing between the .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using direction = .
Vertical alignment when using direction = .
Indicates whether to arrange the horizontally or vertically.
Rectangle limiting the area to arrange the in. If empty, it will use .
Spacing between the .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using direction = .
Vertical alignment when using direction = .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using direction = .
Vertical alignment when using direction = .
Rectangle limiting the area to arrange the controls in. If empty, it will use .
When true (default), it will also use the to arrange the controls.
Horizontal alignment when using direction = .
Vertical alignment when using direction = .
A that represents the recently changed control.
The screen coordinate to convert.
The client coordinate to convert.
The screen coordinate to convert.
The client coordinate to convert.
Indicates the preference. The final location of the control depends on the scrollable range and the available space. Note that will not scroll the control to the center, but will instead scroll it into the closest visible location with the minimum movement.
Indicates the preference. The final location of the control depends on the scrollable range and the available space. Note that will not scroll the control to the middle, but will instead scroll it into the closest visible location with the minimum movement.
The at which to start the search.
true to ignore the controls with the property set to false; otherwise, false.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
A bitwise combination of the values. For any parameter not specified, the current value will be used.
Displays a in which a check box is displayed to the left of each item.
Provides a common implementation of members for the and classes.
Enables the user to select a single option from a group of choices when paired with other controls.
Creates a panel that is associated with a .
Manages a related set of pages.
Represents a single tab page in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell when the cell's is set to .
Used by the control to display data at run time.
Displays collapsible set of panels for presenting information in a limited amount of space.
Represents a panel in a control.
Represents a control that can display flash applications.
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a control that displays a video file.
Represents a control that plays an audio file.
Represents a control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represents a spinner control that displays values.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Displays a hierarchical collection of labeled items, each represented by a .
All wisej controls derived from the class must implement this interface.
The that owns this collection.
A representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained be applying the bitwise OR (|) operator to constants from the enumeration.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns the distance between two fingers since the start of the event.
Name | Description |
---|
Name | Description |
---|
: Returns the start time of the performed swipe.
: Returns the velocity of the performed swipe.
Name | Description |
---|
Name | Description |
---|
Name | Description |
---|
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form, control, or other component.
sender
The source of the event.
e
A PaintEventArgs that contains the event data.
Fired when a UserPaint control needs to redraw itself.
sender
The source of the event.
e
A PinchEventArgs that contains the event data.
Fired when two finger moved towards or away from each other. It contains the scaling factor of the pinch.
sender
The source of the event.
e
A MouseEventArgs that contains the event data.
Fired when the user clicks the CheckedListBox control with the mouse.
Fired when the control is clicked by the mouse.
Fired when the control is double clicked by the mouse.
Fired when the mouse pointer is over the control and a mouse button is pressed.
Fired when the mouse pointer is moved over the control.
Fired when the mouse pointer is over the control and a mouse button is released.
Fired when the mouse wheel moves while the control has focus.
Represents the method that will handle the PreviewKeyDown event.
sender
The source of an event.
e
A QueryContinueDragEventArgs that contains the event data.
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
sender
The source of the event.
e
A PreviewKeyDownEventArgs that contains the event data.
Fired before the KeyDown event when a key is pressed while focus is on this control.
Represents the method that will handle the QueryContinueDrag event of a Control.
sender
The source of the event.
e
A LayoutEventArgs that contains the event data.
Fired when a control should reposition its child controls.
sender
The source of the event.
e
A RotateEventArgs that contains the event data.
Fired when two finger moved around a single point. It contains the angle of the rotation.
sender
The source of the event.
e
A SwipeEventArgs that contains the event data.
Fired when a pointer swipes over the screen.
Represents the method that will handle the Application.ResponsiveProfileChanged event. |
graphics
The Graphics used to paint the item.
clipRect
The Rectangle that represents the rectangle in which to paint.
button
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
x
The x-coordinate of a pointer click, in pixels.
y
The y-coordinate of a pointer click, in pixels.
delta
A signed count of the number of dents the wheel has rotated.
button
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
x
The x-coordinate of a pointer click, in pixels.
y
The y-coordinate of a pointer click, in pixels.
delta
A signed count of the number of dents the wheel has rotated.
role
The internal role assigned to the element that generated the pointer event.
affectedComponent
The IComponent affected by the layout change.
affectedProperty
The property affected by the layout change.
affectedControl
The Control affected by the layout change.
affectedProperty
The property affected by the layout change.
keyData
One of the Keys values.
args
The arguments received from the client.
Represents the method that will handle the Pinch event.
Represents the method that will handle the Rotate event.
Down | Direction down. |
Left | Direction left. |
Right | Direction right. |
Up | Direction up. |
Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right |
X | X-axis. |
Y | Y-axis |
Returns whether the performed swipe was on the x or y axis. |
Returns the Axis of the track event. |
oldValue |
newValue |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the active responsive profile is changed. |
Fired when the active responsive profile is changed. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a touch point is placed on the touch surface. |
Fired when a touch point is removed from the touch surface. |
Fired when a touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created). |
Fired when a touch point is moved along the touch surface. |
type | The type (name) of event. |
data | The data object received with the event. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the control receives a custom event from the client. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a pointer grabs an item and moves the pointer on it. |
Represents the method that will handle the , , , events.
Represents the method that will handle the event.
Represents the method that handles the event.
Represents the method that will handle the event.
Previous .
New active .