Skip to main content
Version: 3.5

Control

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Base class for all Wisej controls.

public class Control : IWisejControl, IWisejComponent, IBindableComponent, IWisejSerializable, IHasPropertyStore, IHasResponsiveProfiles, IDropTarget

Constructors

Instance memberControl()

Initializes a new instance of the Control class.

Properties

Instance memberAccessibleDescription

String: Returns or sets the description that will be reported to accessibility client applications. It is assigned to the "alt" attribute of the browser element. (Default: null)

Instance memberAccessibleName

String: 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. (Default: null)

Instance memberAccessibleRole

AccessibleRole: 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. (Default: Default)

Instance memberAllowDrag

Boolean: Returns or sets whether the control can initiate a drag-drop operation. (Default: False)

Instance memberAllowDrop

Boolean: Returns or sets whether the control can accept data that the user drags onto it. (Default: False)

Instance memberAnchor

AnchorStyles: Returns or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Default: Top, Left)

Instance memberAnonymous

Boolean: Returns or sets whether the control receives pointer events. Anonymous controls let pointer events bubble to their parents. (Default: False)

Instance memberAppearanceKey

String: Sets the appearance key for the theme engine. (Default: null)

Instance memberBackColor

Color: Returns or sets the background color for the control.

Instance memberBackgroundImage

Image: Returns or sets the background image displayed in the control. (Default: null)

Instance memberBackgroundImageLayout

ImageLayout: Returns or sets the background image layout as defined in the ImageLayout enumeration. (Default: None)

Instance memberBackgroundImageSource

String: Returns or sets the background image displayed in the control. (Default: null)

Instance memberBecomingActiveControl

Boolean: Returns a flag indicating that the control is becoming the active control.

Instance memberBindingContext

BindingContext: Returns or sets the BindingContext for the control.

Instance memberBottom

Int32: Returns the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.

Instance memberBounds

Rectangle: Returns or sets the size and location of the control including its non-client area, in pixels and relative to the parent control.

Instance memberCanExecute

Boolean: Determines whether the control can execute a command.

Instance memberCanFocus

Boolean: Returns whether the control can receive focus.

Instance memberCanSelect

Boolean: Returns whether the control can be selected.

Instance memberCapture

Boolean: Returns or sets whether the control has captured the mouse.

Instance memberCausesValidation

Boolean: Returns or sets whether the control causes validation to be performed on controls that require to be validated when this control receives focus. (Default: True)

Instance memberClientEvents

ClientEventCollection: Returns a collection of client events and JavaScript listeners. You may attach multiple listeners to same event.

You can use this collection at design time or in code or through the listener methods:

Instance memberClientRectangle

Rectangle: Returns the client rectangle of the control.

Instance memberClientSize

Size: Returns or sets the height and width of the client area.

Instance memberContainsFocus

Boolean: Indicates whether the control, or one of its child controls, has the input focus.

Instance memberContextMenu

ContextMenu: Returns or sets the shortcut menu associated with the control. (Default: null)

Instance memberControls

ControlCollection: Returns the collection of controls contained within the control.

Instance memberCreated

Boolean: Returns a value indicating whether the control has been created.

Instance memberCssClass

String: 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 StyleSheet extender. You can assign multiple class names separated by a space and you can manage this property using the related methods:

Instance memberCssStyle

String: Returns or sets the custom CSS styles to add to the widget.

You can use any CSS style string.



// set the border radius to 100% and make the control round.
this.button1.CssStyle = "border-radius:100%";


Instance memberCursor

Cursor: Returns or sets the cursor that is displayed when the mouse pointer is over the control. (Default: null)

Instance memberDataBindings

ControlBindingsCollection: Returns the data bindings for the control.

Static memberDefaultBackColor

Color: Returns the default background color of the control.

Static memberDefaultFont

Font: Returns the default font of the control.

Static memberDefaultForeColor

Color: Returns the default background color of the control.

Instance memberDisplayRectangle

Rectangle: Returns the rectangle that represents the virtual display area of the control.

Instance memberDisposing

Boolean: Returns whether the control is in the process of disposing itself and child controls.

Instance memberDock

DockStyle: Returns or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Default: None)

Instance memberEnabled

Boolean: Returns or sets whether the control can respond to user interaction.

Instance memberEnableNativeContextMenu

Boolean: Enables or disables the browser's context menu.

Instance memberFocusable

Boolean: Returns or sets whether the control can gain the focus. (Default: True)

Instance memberFocused

Boolean: Returns a value indicating whether the control has input focus.

Instance memberFont

Font: Gets or sets the font of the text displayed by the control.

Instance memberForeColor

Color: Returns or sets the text color of the control.

Instance memberHandle

IntPtr: Returns the unique server-side id (handle) for this component.

Instance memberHasChildren

Boolean: Returns whether the control contains any child control.

Instance memberHasDataBindings

Boolean: Returns whether the control specifies data bindings.

Instance memberHasResponsiveProfiles

Boolean: Check if the control defines any responsive profile without forcing the creation of the collection.

Instance memberHasUserData

Boolean: Checks if the UserData dynamic object was created and has any value.

Instance memberHeight

Int32: Returns or sets the height of the control.

Instance memberInitScript

String: 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 #qx and wisej-js.


// change the background color of the internal label of the button widget.
this.button1.InitScript = "this.getChildControl('label').setBackgroundColor('red')";

// attach a JavaScript event handler.
this.textBox1.InitScript = @"this.addListener('keydown', function(e) {
if (e.getKeyIdentifier() == "PageDown") {
alert('You pressed PageDown.');
}
});


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 ClientEvents collection and the client events methods:

Instance memberInvokeRequired

Boolean: Returns true when this control belogs to a session different than the currently executing thread.

Instance memberIsDisposed

Boolean: Returns whether the control has been disposed.

Instance memberIsHandleCreated

Boolean: Returns if the control has a server-side component id (handle) associated with it.

Instance memberIsMirrored

Boolean: Returns whether the control is mirrored.

Instance memberLayoutEngine

LayoutEngine: Returns the control's layout engine.

Instance memberLeft

Int32: Returns or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.

Instance memberLocation

Point: Returns or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

Instance memberMargin

Padding: Returns or sets the space between controls.

Instance memberMaximumSize

Size: Returns or sets the maximum size for the control.

Instance memberMinimumSize

Size: Returns or sets the minimum size for the control.

Static memberModifierKeys

Keys: Returns a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.

Static memberMouseButtons

MouseButtons: Returns a value indicating which of the mouse buttons is in a pressed state.

Static memberMousePosition

Point: Returns the position of the mouse cursor in screen coordinates.

Instance memberMovable

Boolean: Returns or sets whether the control can be moved by dragging.

Instance memberName

String: Gets or sets the name of the control.

Instance memberPadding

Padding: Returns or sets padding within the control.

Instance memberParent

Control: Returns or sets the parent container of the control.

Instance memberPreferredSize

Size: Returns the preferred size in which the control can fit.

Instance memberResizableEdges

AnchorStyles: Returns or sets the edges of the control that can be dragged to resize the control.

Instance memberResponsiveProfiles

ResponsiveProfileCollection: Returns the collection of responsive properties that have been set for this control.

Int32: Return the distance, in pixels, between the right edge of the control and the left edge of its container's client area.

Instance memberRightToLeft

RightToLeft: Returns or sets whether the control's elements are aligned right-to-left to support RTL languages.

When set to Inherit, 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 Inherit, the right-to-left mode is automatically retrieved from the current language.

info

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.

Instance memberSelectable

Boolean: 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 (Default: False)

Not to be confused with Selectable, which corresponds to the Focusable property. When Selectable 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.

Instance memberShowLoader

Boolean: Returns or sets whether the control is blocked by the ajax loader. (Default: False)

Instance memberSize

Size: Returns or sets the height and width of the control.

Instance memberStates

String[]: Returns or sets additional theme states to the client widget.

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.


// force the widget to update the UI as if it was hovered and focused.
this.button1.States = new [] { "hovered", "focused" };

// apply a custom state defined in a custom theme or theme mixing.
this.panel1.States = new [] { "alert" };

In addition to setting this property directly, you can also manage it using the related methods:

Since 3.5.5 Add a + after the name of the state to propagate the state to the child controls of the widget. See also AddState.

Instance memberTabIndex

Int32: Returns or sets the tab order of the control within its container.

Instance memberTabStop

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: True)

Instance memberTag

Object: Returns or sets the object that contains data about the control. (Default: null)

Instance memberText

String: Returns or sets the text associated with this control. (Default: "")

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 "<br />".

Instance memberToolTipText

String: Returns or sets the tooltip text to show for this control. (Default: "")

When using ToolTipText 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 ToolTip extender and the ToolTipText property added by the extender. You can change the default ForeColor, AutomaticDelay, InitialDelay, AutoPopDelay, or enable HTML in ToolTipText by using a ToolTip extender also without setting the ToolTipText property added by the extender.

Instance memberTop

Int32: Returns or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.

Instance memberTopLevelControl

Control: Returns the parent control that is not parented by another Form. Typically, this is the outermost Form that the control is contained in.

Instance memberUserData

Object: Returns a dynamic object that can be used to store custom data in relation to this control.

Instance memberUseWaitCursor

Boolean: Returns or sets whether to use the wait cursor for the current control and all child controls. (Default: False)

Instance memberValidationCancelled

Boolean: Returns a flag indicating that the validation has been canceled.

Instance memberVisible

Boolean: Returns or sets whether the control and all its child controls are displayed.

Static memberWheelDelta

Int32: Returns a value indicating the wheel delta from the last wheel event.

Instance memberWidth

Int32: Returns or sets the width of the control.

Methods

Instance memberAddClientEventListener(name, script)

Adds a new listener script to the event name to the client widget.

ParameterTypeDescription
nameStringName of the client event to attach the listener to.
scriptStringJavaScript code to execute when the event occurs.

Returns: Int32. An integer id that you can use to remove the listener from the event using RemoveClientEventListener or to retrieve the listener script code using GetClientEventListener.

The script will execute in the browser when the event name occurs. You can attach multiple listeners to the same event.

Instance memberAddCssClass(name)

Adds the CSS class name to the widget element. If the class already exists in the CssClass it's not added.

ParameterTypeDescription
nameStringName of the css class to add.

Returns: String. The new value of the CssClass property.

Instance memberAddState(state)

Adds the specified theme state to the widget.

ParameterTypeDescription
stateStringName of the custom state to add to the widget.

Returns: String[]. The new list of states stored in the States property.

You can also assign a new array of states to the States property.

Instance memberAddState(state, forward)

Adds the specified theme state to the widget and optionally propagates it to the child components when forward is true. Since 3.5.5

ParameterTypeDescription
stateStringName of the custom state to add to the widget.
forwardBooleantrue to propagate the state to the widget's child components.

Returns: String[]. The new list of states stored in the States property.

You can also assign a new array of states to the States property.

Instance memberBeginInvoke(method)

Executes the specified delegate asynchronously, in the context of the session that owns the control.

ParameterTypeDescription
methodDelegateA delegate to a method that takes no parameters.

Returns: IAsyncResult. An IAsyncResult that represents the result of the BeginInvoke operation.

Instance memberBeginInvoke(method, args)

Executes the specified delegate asynchronously, in the context of the session that owns the control, with the specified list of arguments.

ParameterTypeDescription
methodDelegateA delegate to a method that takes no parameters.
argsObject[]An optional array of objects to pass as arguments to the specified method.

Returns: IAsyncResult. An IAsyncResult that represents the result of the asynchronous call.

Instance memberBringToFront()

Brings the control to the front of the z-order.

Returns: Control.

Instance memberCall(function, args)

Runs the JavaScript function within the component's context in the browser.

ParameterTypeDescription
functionStringThe name of the JavaScript function to execute.
argsObject[]The arguments to pass to the function.

Returns: Control. this control

Instance memberCall(function, callback, args)

Runs the JavaScript function within the component's context in the browser and returns the value to the callback method.

ParameterTypeDescription
functionStringThe name of the JavaScript function to execute.
callbackAction<Object>Asynchronous callback method that receives the return value.
argsObject[]The arguments to pass to the function.

Returns: Control. this control

Instance memberCallAsync(function, args)

Asynchronously runs the JavaScript function within the component's context in the browser and returns an awaitable Task containing the value returned by the remote call.

ParameterTypeDescription
functionStringThe name of the JavaScript function to execute.
argsObject[]The arguments to pass to the function.

Returns: Task<Object>. An awaitable Task that represents the asynchronous operation.

Instance memberCenterToParent()

Centers the position of the control within the bounds of the parent.

Returns: Control. this control

Instance memberCenterToParent(horizontal, vertical)

Centers the position of the control within the bounds of the parent either horizontally, vertically or both.

ParameterTypeDescription
horizontalBooleanCenter horizontally.
verticalBooleanCenter vertically.

Returns: Control. this control

Instance memberContains(control)

Indicates whether the specified control is a child of this control.

ParameterTypeDescription
controlControlThe child Control to find.

Returns: Boolean. true if the specified control is a child of the control; otherwise, false.

Instance memberCreateControl()

Creates and register this control and all its children.

Returns: Control.

Instance memberDoDragDrop(data, allowedEffects)

Begins a drag-and-drop operation.

ParameterTypeDescription
dataObjectThe data to drag.
allowedEffectsDragDropEffectsOne of the DragDropEffects values.

Returns: DragDropEffects. A value from the DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.

Instance memberDoDragDrop(data, allowedEffects, imageSource)

Begins a drag-and-drop operation.

ParameterTypeDescription
dataObjectThe data to drag.
allowedEffectsDragDropEffectsOne of the DragDropEffects values.
imageSourceStringThe name or URL for an image to use as the drag cursor.

Returns: DragDropEffects. A value from the DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.

Instance memberDoDragDrop(data, allowedEffects, imageSource, imageSize)

Begins a drag-and-drop operation.

ParameterTypeDescription
dataObjectThe data to drag.
allowedEffectsDragDropEffectsOne of the DragDropEffects values.
imageSourceStringThe name or URL for an image to use as the drag cursor.
imageSizeSize

The size of the drag image specified in
imageSource.

Returns: DragDropEffects. A value from the DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.

Instance memberDoDragDrop(data, allowedEffects, image)

Begins a drag-and-drop operation.

ParameterTypeDescription
dataObjectThe data to drag.
allowedEffectsDragDropEffectsOne of the DragDropEffects values.
imageImageAn Image to use as the drag cursor.

Returns: DragDropEffects. A value from the DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.

Instance memberDoDragDrop(data, allowedEffects, image, imageSize)

Begins a drag-and-drop operation.

ParameterTypeDescription
dataObjectThe data to drag.
allowedEffectsDragDropEffectsOne of the DragDropEffects values.
imageImageAn Image to use as the drag cursor.
imageSizeSize

The size of the drag image specified in
image.

Returns: DragDropEffects. A value from the DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.

Instance memberEndInvoke(asyncResult)

Retrieves the return value from the asynchronous operation represented by asyncResult .

ParameterTypeDescription
asyncResultIAsyncResultAn IAsyncResult that represents a BeginInvoke operation started on a control.

Returns: Object. The return value from the asynchronous operation.

Instance memberEval(javaScript)

Runs the javaScript code within the component's context in the browser.

ParameterTypeDescription
javaScriptStringThe JavaScript code to run on the client.

Returns: Control. this control

Instance memberEval(javaScript, callback)

Runs the javaScript code within the component's context in the browser and returns the value to the callback method.

ParameterTypeDescription
javaScriptStringThe JavaScript code to evaluate on the client.
callbackAction<Object>Asynchronous callback method that receives the return value.

Returns: Control. this control

Instance memberEvalAsync(javaScript)

Asynchronously runs the javaScript code within the component's context in the browser and returns an awaitable Task that contains the value returned by the remote call.

ParameterTypeDescription
javaScriptStringThe JavaScript code to evaluate on the client.

Returns: Task<Object>. An awaitable Task that represents the asynchronous operation.

Instance memberFindForm()

Retrieves the Form that contains the control.

Returns: Form.

Instance memberFindPage()

Retrieves the Page that contains the control.

Returns: Page.

Instance memberFocus()

Sets input focus to the control.

Returns: Boolean. true if the input focus request was successful; otherwise, false.

Instance memberGetChildAtPoint(pt, skipValue)

Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.

ParameterTypeDescription
ptPointA Point 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.
skipValueGetChildAtPointSkipOne of the values of GetChildAtPointSkip, determining whether to ignore child controls of a certain type.

Returns: Control. The child Control at the specified coordinates.this control

Instance memberGetChildAtPoint(pt)

Retrieves the child control that is located at the specified coordinates.

ParameterTypeDescription
ptPointA Point 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.

Returns: Control. A Control that represents the control that is located at the specified point.

Instance memberGetClientEventListener(id)

Returns the script associated to the listener identified by id .

ParameterTypeDescription
idInt32Id of the listener to retrieve the script for.

Returns: String. JavaScript associated with the listener.

Instance memberGetClientEventListener(name)

Returns the scripts for all the listeners attached to the event name .

ParameterTypeDescription
nameStringName of the event.

Returns: String[]. String array containing the scripts for the listeners attached to the event.

Instance memberGetContainerControl()

Returns the next IContainerControl up the control's chain of parents.

Returns: IContainerControl. The parent IContainerControl.

Instance memberGetNextControl(control, forward)

Retrieves the next control forward or back in the tab order of child controls.

ParameterTypeDescription
controlControlThe Control to start the search with.
forwardBooleantrue to search forward in the tab order; false to search backward.

Returns: Control. The next Control in the tab order.

Instance memberGetStyle(flag)

Retrieves the value of the specified control style bit for the control.

ParameterTypeDescription
flagControlStylesThe ControlStyles bit to return the value from.

Returns: Boolean. true if the specified control style bit is set to true; otherwise, false.

Instance memberHasClientEventListener(name)

Checks whether the specified event name has any listener attached.

ParameterTypeDescription
nameStringName of the client event to verify.

Returns: Boolean. True if the event name has any listener attached.

Instance memberHasCssClass(name)

Returns true if the property CssClass contains the specified class name .

ParameterTypeDescription
nameStringCss class name to verify.

Returns: Boolean. True of the css class name is already included in CssClass.

Instance memberHasState(state)

Checks whether the specified theme state is present in the States property.

ParameterTypeDescription
stateStringName of the state to check.

Returns: Boolean. True if the widget already has the state .

To check only if a propagated state is present, use HasState("state+");

Instance memberHide()

Conceals the control from the user.

Returns: Control.

Instance memberInvalidate()

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.

Instance memberInvalidate(invalidateChildren)

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.

ParameterTypeDescription
invalidateChildrenBooleanWhen true, invalidates all the children of the control.

Instance memberInvoke(method)

Executes the specified delegate, in the context of the session that owns the control.

ParameterTypeDescription
methodDelegateA delegate that contains a method to be called in the control's session context.

Returns: Object. The return value from the delegate being invoked, or null if the delegate has no return value.

Instance memberInvoke(method, args)

Executes the specified delegate, in the context of the session that owns the control, with the specified list of arguments.

ParameterTypeDescription
methodDelegateA delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
argsObject[]An array of objects to pass as arguments to the specified method. This parameter can be null if the method takes no arguments.

Returns: Object. An Object that contains the return value from the delegate being invoked, or null if the delegate has no return value.

Static memberIsMnemonic(charCode, text)

Determines whether the specified character is the mnemonic character.

ParameterTypeDescription
charCodeCharThe character to test.
textStringThe string to search.

Returns: Boolean. true if the charCode character is the mnemonic character; otherwise, false.

Instance memberLayoutChildren(dock, spacing, useMargins, hAlign, vAlign)

Arranges all the child Control using the specified dock style, spaced by spacing pixels.

ParameterTypeDescription
dockDockStyleIndicates whether to arrange the Controls horizontally or vertically.
spacing optionalInt32Spacing between the Controls.
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using dock = Fill, or Top, or Bottom.
vAlign optionalVerticalAlignmentVertical alignment when using dock = Fill, or Left, Right.

Instance memberLayoutChildren(dock, viewArea, spacing, useMargins, hAlign, vAlign)

Arranges all the child Control using the specified dock style, spaced by spacing pixels.

ParameterTypeDescription
dockDockStyleIndicates whether to arrange the Controls horizontally or vertically.
viewAreaRectangleRectangle limiting the area to arrange the Controls in. If empty, it will use DisplayRectangle.
spacing optionalInt32Spacing between the Controls.
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using dock = Fill, or Top, or Bottom.
vAlign optionalVerticalAlignmentVertical alignment when using dock = Fill, or Left, Right.

Instance memberLayoutChildren(controls, dock, spacing, useMargins, hAlign, vAlign)

Arranges all the child Control using the specified dock style, spaced by spacing pixels.

ParameterTypeDescription
controlsICollection<Control>List of child controls to arrange. If null, all the children will be arranged.
dockDockStyleIndicates whether to arrange the Controls horizontally or vertically.
spacing optionalInt32Spacing between the Controls.
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using dock = Fill, or Top, or Bottom.
vAlign optionalVerticalAlignmentVertical alignment when using dock = Fill, or Left, Right.

Instance memberLayoutChildren(controls, dock, viewArea, spacing, useMargins, hAlign, vAlign)

Arranges all the child Control using the specified dock style, spaced by spacing pixels.

ParameterTypeDescription
controlsICollection<Control>List of child controls to arrange. If null, all the children will be arranged.
dockDockStyleIndicates whether to arrange the Controls horizontally or vertically.
viewAreaRectangleRectangle limiting the area to arrange the Controls in. If empty, it will use DisplayRectangle.
spacing optionalInt32Spacing between the Controls.
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using dock = Fill, or Top, or Bottom.
vAlign optionalVerticalAlignmentVertical alignment when using dock = Fill, or Left, Right.

Instance memberLayoutChildren(direction, spacing, useMargins, hAlign, vAlign)

Arranges all the child Control in the specified direction , spaced by spacing pixels.

ParameterTypeDescription
directionOrientationIndicates whether to arrange the Controls horizontally or vertically.
spacing optionalInt32Spacing between the Controls.
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using direction = Vertical.
vAlign optionalVerticalAlignmentVertical alignment when using direction = Horizontal.

Instance memberLayoutChildren(direction, viewArea, spacing, useMargins, hAlign, vAlign)

Arranges all the child Control in the specified direction , spaced by spacing pixels, and constrained within the specified viewArea .

ParameterTypeDescription
directionOrientationIndicates whether to arrange the Controls horizontally or vertically.
viewAreaRectangleRectangle limiting the area to arrange the Controls in. If empty, it will use DisplayRectangle.
spacing optionalInt32Spacing between the Controls.
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using direction = Vertical.
vAlign optionalVerticalAlignmentVertical alignment when using direction = Horizontal.

Instance memberLayoutChildren(controls, direction, spacing, useMargins, hAlign, vAlign)

Arranges the specified child controls in the specified direction , spaced by spacing pixels.

ParameterTypeDescription
controlsICollection<Control>List of child controls to arrange. If null, all the children will be arranged.
directionOrientationIndicates whether to arrange the controls horizontally or vertically.
spacing optionalInt32Spacing between the controls .
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using direction = Vertical.
vAlign optionalVerticalAlignmentVertical alignment when using direction = Horizontal.

Throws:

Instance memberLayoutChildren(controls, direction, viewArea, spacing, useMargins, hAlign, vAlign)

Arranges the specified child controls in the specified direction , spaced by spacing pixels, and constrained within the specified viewArea .

ParameterTypeDescription
controlsICollection<Control>List of child controls to arrange. If null, all the children will be arranged.
directionOrientationIndicates whether to arrange the controls horizontally or vertically.
viewAreaRectangleRectangle limiting the area to arrange the controls in. If empty, it will use DisplayRectangle.
spacing optionalInt32Spacing between the controls .
useMargins optionalBooleanWhen true (default), it will also use the Margin to arrange the controls.
hAlign optionalHorizontalAlignmentHorizontal alignment when using direction = Vertical.
vAlign optionalVerticalAlignmentVertical alignment when using direction = Horizontal.

Throws:

Instance memberPerformLayout()

Forces the control to apply layout logic to all its child controls.

Instance memberPerformLayout(affectedControl, affectedProperty)

Forces the control to apply layout logic to all its child controls.

ParameterTypeDescription
affectedControlControlA Control that represents the recently changed control.
affectedPropertyStringThe name of the recently changed property on the control that caused the layout to change.

Instance memberPointToClient(point)

Computes the location of the specified screen point into client coordinates.

ParameterTypeDescription
pointPointThe screen coordinate Point to convert.

Returns: Point. A Point that represents the converted Point, point , in client coordinates.

Instance memberPointToScreen(point)

Computes the location of the specified client point into screen coordinates.

ParameterTypeDescription
pointPointThe client coordinate Point to convert.

Returns: Point. A Point that represents the converted Point, point , in screen coordinates.

Instance memberRectangleToClient(rect)

Computes the size and location of the specified screen rectangle in client coordinates.

ParameterTypeDescription
rectRectangleThe screen coordinate Rectangle to convert.

Returns: Rectangle. A Rectangle that represents the converted Rectangle, rect , in client coordinates.

Instance memberRectangleToScreen(rect)

Computes the size and location of the specified client rectangle in screen coordinates.

ParameterTypeDescription
rectRectangleThe client coordinate Rectangle to convert.

Returns: Rectangle. A Rectangle that represents the converted Rectangle, rect , in screen coordinates.

Instance memberRefresh()

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.

Instance memberRefresh(refreshChildren)

Forces the control to update the 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.

ParameterTypeDescription
refreshChildrenBooleanTrue to also refresh all the children of this control.

Instance memberRemoveClientEventListener(id)

Detaches and removes the listener identified by id .

ParameterTypeDescription
idInt32Id of the listener to remove.

Returns: Boolean. True if the id specified a valid lister and it was removed; otherwise false if id is invalid.

Instance memberRemoveClientEventListener(name)

Removes all the listeners attached to the event name .

ParameterTypeDescription
nameStringName of the event.

Returns: Boolean. True if the event name has any listener that was removed.

Instance memberRemoveCssClass(name)

Removes the specified css class name from the control's CssClass property.

ParameterTypeDescription
nameStringThe css class name to remove.

Returns: String. The new value of the CssClass property.

Instance memberRemoveState(state)

Removes the specified theme state from the widget.

ParameterTypeDescription
stateStringName of the state to remove.

Returns: String[]. The new list of states stored in the States property.

You can also assign a new array of states to the States property.

Instance memberRemoveState(state, forward)

Removes the specified theme state from the widget. Since 3.5.5

ParameterTypeDescription
stateStringName of the state to remove.
forwardBooleantrue to remove the state to the widget's child components.

Returns: String[]. The new list of states stored in the States property.

You can also assign a new array of states to the States property.

Instance memberResetBindings()

Removes all the data bindings from the control.

Returns: Control.

Instance memberResumeLayout()

Resumes layout logic.

Instance memberResumeLayout(performLayout)

Resumes layout logic, optionally forcing an immediate layout of all pending layout requests.

ParameterTypeDescription
performLayoutBooleantrue to apply all pending layout requests; otherwise, false.

Instance memberScrollControlIntoView(alignX, alignY)

Scrolls the control into view in the container using the specified alignX and alignY preferences.

ParameterTypeDescription
alignXHorizontalAlignmentIndicates the HorizontalAlignment preference. The final location of the control depends on the scrollable range and the available space. Note that Center will not scroll the control to the center, but will instead scroll it into the closest visible location with the minimum movement.
alignYVerticalAlignmentIndicates the VerticalAlignment preference. The final location of the control depends on the scrollable range and the available space. Note that Middle will not scroll the control to the middle, but will instead scroll it into the closest visible location with the minimum movement.

Returns: Control. this control

Instance memberScrollControlIntoView()

Scrolls the child control into view.

Returns: Control. this control

Instance memberSelect()

Activates, including setting the focus, a control.

Returns: Control.

Instance memberSelectNextControl(control, forward, tabStopOnly, nested, wrap)

Activates the next control in the list according to the specified selection rules.

ParameterTypeDescription
controlControlThe Control at which to start the search.
forwardBooleantrue to move forward in the tab order; false to move backward in the tab order.
tabStopOnlyBooleantrue to ignore the controls with the TabStop property set to false; otherwise, false.
nestedBooleantrue to include nested (children of child controls) child controls; otherwise, false.
wrapBooleantrue to continue searching from the first control in the tab order after the last control has been reached; otherwise, false.

Returns: Boolean. true if a control was activated; otherwise, false.

Instance memberSendToBack()

Sends the control to the back of the z-order.

Returns: Control.

Instance memberSetBounds(x, y, width, height)

Sets the bounds of the control to the specified location and size.

ParameterTypeDescription
xInt32The new Left property value of the control.
yInt32The new Top property value of the control.
widthInt32The new Width property value of the control.
heightInt32The new Height property value of the control.

Returns: Control.

Instance memberSetBounds(x, y, width, height, specified)

Sets the specified bounds of the control to the specified location and size.

ParameterTypeDescription
xInt32The new Left property value of the control.
yInt32The new Top property value of the control.
widthInt32The new Width property value of the control.
heightInt32The new Height property value of the control.
specifiedBoundsSpecifiedA bitwise combination of the BoundsSpecified values. For any parameter not specified, the current value will be used.

Returns: Control. this control

Instance memberShow()

Displays the control to the user.

Returns: Control.

Instance memberSuspendLayout()

Suspends the layout logic for the control.

Instance memberUpdate()

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.

Instance memberValidateChildren()

Validates all selectable child controls in the container, including descendants. This is equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See Selectable for details of exactly which child controls will be validated.

Returns: Boolean. true if all of the children validated successfully; otherwise, false. If called from the Validating or Validated event handlers, this method will always return false.

Instance memberValidateChildren(flags)

Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .

ParameterTypeDescription
flagsValidationConstraints

Returns: Boolean. true if all of the children validated successfully; otherwise, false. If called from the Validating or Validated event handlers, this method will always return false.

Events

Instance memberAppear

EventHandler 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 Appear or Disappear to enable both events.

Instance memberAutoSizeChanged

EventHandler Fired when the AutoSize property value changes.

Instance memberBackColorChanged

EventHandler Fired when the value of the BackColor property changes.

Instance memberBackgroundImageChanged

EventHandler Fired when the value of the BackgroundImage property changes.

Instance memberBackgroundImageLayoutChanged

EventHandler Fired when the BackgroundImageLayout property changes.

Instance memberBecomingActiveControlChanged

EventHandler Fired when the value of the BecomingActiveControl property changes.

Instance memberBindingContextChanged

EventHandler Occurs when the value of the BindingContext property changes.

Instance memberCausesValidationChanged

EventHandler Fired when the value of the CausesValidation property changes.

Instance memberClick

EventHandler Fired when the control is clicked.

Instance memberClientSizeChanged

EventHandler Fired when the ClientSize property value changes.

Instance memberContextMenuChanged

EventHandler Fired when the value of the ContextMenu property changes.

Instance memberControlAdded

ControlEventHandler Fired when a new control is added to the ControlCollection.

Instance memberControlCreated

EventHandler Fired when a control is made visible the first time, fully created and sent to the client.

Instance memberControlRemoved

ControlEventHandler Fired when a control is removed from the ControlCollection.

Instance memberCursorChanged

EventHandler Fired when the value of the Cursor property changes.

Instance memberDisappear

EventHandler 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 Appear or Disappear to enable both events.

Instance memberDisposed

EventHandler Fired when the component is disposed.

Instance memberDockChanged

EventHandler Fired when the value of the Dock property changes.

Instance memberDoubleClick

EventHandler Fired when the control is double-clicked.

Instance memberDragDrop

DragEventHandler Fired when a drag-and-drop operation is completed.

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.

Instance memberDragEnd

EventHandler Fired when a drag-drop operation is terminated either by a drop or canceled.

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.

Instance memberDragEnter

DragEventHandler Fired when an object is dragged into the control's bounds.

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.

Instance memberDragLeave

EventHandler Fired when an object is dragged out of the control's bounds.

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.

Instance memberDragOver

DragEventHandler Fired when an object is dragged over the control's bounds.

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.

Instance memberDragStart

EventHandler Fired when a drag-drop operation is started by the user.

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.

Instance memberEnabledChanged

EventHandler Fired when the Enabled property value has changed.

Instance memberEndMove

EventHandler Fired when a control is Movable and the user ends the move operation.

This event fires only when Movable is true and the user moves the widget on the client. It doesn't fire when the Location property changes.

Instance memberEndResize

EventHandler Fired when a control has ResizableEdges and the user ends the resize operation.

This event fires only when the ResizableEdges has a value different than None and the user resizes the widget on the client. It doesn't fire when the Size of the control changes.

Instance memberEnter

EventHandler Fired when the control gains the input focus.

Instance memberFontChanged

EventHandler Fired when the Font property value changes.

Instance memberForeColorChanged

EventHandler Fired when the ForeColor property value changes.

Instance memberGotFocus

EventHandler Fired when the control gains the focus.

Instance memberHelpRequested

HelpEventHandler Fired when the user requests help for a control by pressing F1.

Instance memberImeModeChanged

EventHandler Fired when the ImeMode property has changed.

Instance memberKeyDown

KeyEventHandler Fired when a key is pressed while the control has focus.

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.

Instance memberKeyPress

KeyPressEventHandler Fired when a key is pressed while the control has focus.

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.

Instance memberKeyUp

KeyEventHandler Fired when a key is released while the control has focus.

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.

Instance memberLayout

LayoutEventHandler Fired when a control should reposition its child controls.

Instance memberLeave

EventHandler Fired when the control loses the input focus.

Instance memberLocationChanged

EventHandler Fired when the Location property value has changed.

Instance memberLongTap

EventHandler Fired when a pointer holds on the screen.

Instance memberLostFocus

EventHandler Fired when the control loses focus.

Instance memberMarginChanged

EventHandler Fired when the control's margin changes.

Instance memberMouseCaptureChanged

EventHandler Fired when the control loses mouse capture.

Instance memberMouseClick

MouseEventHandler Fired when the control is clicked by the mouse.

Instance memberMouseDoubleClick

MouseEventHandler Fired when the control is double clicked by the mouse.

Instance memberMouseDown

MouseEventHandler Fired when the mouse pointer is over the control and a mouse button is pressed.

Instance memberMouseEnter

EventHandler Fired when the mouse pointer enters the control.

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.

Instance memberMouseHover

EventHandler Fired when the mouse pointer rests on the control.

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.

Instance memberMouseLeave

EventHandler Fired when the mouse pointer leaves the control.

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.

Instance memberMouseMove

MouseEventHandler Fired when the mouse pointer is moved over the control.

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.

Instance memberMouseUp

MouseEventHandler Fired when the mouse pointer is over the control and a mouse button is released.

Instance memberMouseWheel

MouseEventHandler Fired when the mouse wheel moves while the control has focus.

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.

Instance memberPaddingChanged

EventHandler Fired when the control's padding changes.

Instance memberPaint

PaintEventHandler Fired when a UserPaint control needs to redraw itself.

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.

Instance memberParentChanged

EventHandler Fired when the Parent property value changes.

Instance memberPinch

PinchEventHandler Fired when two finger moved towards or away from each other. It contains the scaling factor of the pinch.

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.

Instance memberPreviewKeyDown

PreviewKeyDownEventHandler Fired before the KeyDown event when a key is pressed while focus is on this control.

Instance memberQueryContinueDrag

QueryContinueDragEventHandler Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.

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.

Instance memberResize

EventHandler Fired when the control is resized.

Instance memberResponsiveProfileChanged

ResponsiveProfileChangedEventHandler Fired when the active responsive profile is changed.

Instance memberRightToLeftChanged

EventHandler Fired when the RightToLeft property value changes.

Instance memberRotate

RotateEventHandler Fired when two finger moved around a single point. It contains the angle of the rotation.

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.

Instance memberSizeChanged

EventHandler Fired when the Size property value changes.

Instance memberStartMove

EventHandler Fired when a control is Movable and the user begins the move operation.

This event fires only when Movable is true and the user begins moving the widget on the client.

Instance memberStartResize

EventHandler Fired when a control has ResizableEdges and the user begins the resize operation.

This event fires only when the ResizableEdges has a value different than None and the user begins resizing the widget on the client.

Instance memberStyleChanged

EventHandler Fired when the control style changed.

Instance memberSwipe

SwipeEventHandler Fired when a pointer swipes over the screen.

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.

Instance memberTabIndexChanged

EventHandler Fired when the TabIndex property value has changed.

Instance memberTabStopChanged

EventHandler Fired when the value of the TabStop property changes.

Instance memberTap

EventHandler Fired when a pointer taps on the screen.

Instance memberTextChanged

EventHandler Fired when the Text property value changes.

Instance memberTouchCancel

TouchEventHandler Fired when a touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created).

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.

Instance memberTouchEnd

TouchEventHandler Fired when a touch point is removed from the touch surface.

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.

Instance memberTouchMove

TouchEventHandler Fired when a touch point is moved along the touch surface.

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.

Instance memberTouchStart

TouchEventHandler Fired when a touch point is placed on the touch surface.

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.

Instance memberTrack

TrackEventHandler Fired when a pointer grabs an item and moves the pointer on it.

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.

Instance memberValidated

EventHandler Fired when the control is finished validating.

Instance memberValidating

CancelEventHandler Fired when the control is validating.

Instance memberVisibleChanged

EventHandler Fired when the Visible property value changes.

Instance memberWidgetEvent

WidgetEventHandler Fired when the control receives a custom event from the client.

JavaScript code can fire any event back to a control, including custom data, using:


this.fireWidgetEvent("myevent", {x:1, y:2, name:'test'});

On the server side, the event name and event data are available in the WidgetEvent handler:



private void control_WidgetEvent(object sender, WidgetEventArgs e) {

switch (e.Type) {

case "myevent":
var data = e.Data;
Alert.Show($"x={data.x}, y={data.y}, name={data.name}");
break;
}
}

Inherited By

NameDescription
TableLayoutPanelRepresents a panel that dynamically lays out its contents in a grid composed of rows and columns.
FileDialogUIUI implementation for the FileDialog class.
FolderBrowserDialogUIUI implementation for the FolderDialog class.
BindingNavigatorRepresents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
ButtonRepresents a button control.
ButtonBaseImplements the basic functionality common to button controls.
CheckBoxRepresents a check box control.
CheckedListBoxDisplays a ListBox in which a check box is displayed to the left of each item.
ComboBoxRepresents a combo box control.
ContainerControlProvides focus-management functionality for controls that can function as a container for other controls.
DateTimePickerRepresents a control that allows the user to select or type a date and a time.
DomainUpDownRepresents a spinner control that displays string values.
FlowLayoutPanelRepresents a panel that dynamically arranges its controls horizontally or vertically in automatic rows or columns.
FormRepresents a window or dialog box that makes up an application's user interface.
GroupBoxRepresents a Wisej control that displays a frame around a group of controls with an optional caption.
LabelRepresents a label control.
LinkLabelRepresents an hyper-link control.
ListBoxRepresents a control to display a list of items.
ListControlProvides a common implementation of members for the ListBox and ComboBox classes.
MaskedTextBoxUses a mask to distinguish between proper and improper user input.
MdiClientRepresents the container for multiple-document interface (MDI) child forms.
MonthCalendarRepresents a control that enables the user to select a date using a visual monthly calendar display.
NumericUpDownRepresents a spinner control that displays numeric values.
PageRepresents 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.
PanelRepresents a collapsible panel with an optional header that contains a group of controls.
PictureBoxRepresents an image control.
ProgressBarRepresents a progress control that displays a value visually as a filled bar.
RadioButtonEnables the user to select a single option from a group of choices when paired with other RadioButton controls.
ScrollableControlDefines a base class for controls that support auto-scrolling behavior.
HScrollBarRepresents an horizontal scroll bar.
VScrollBarRepresents a vertical scroll bar.
ScrollBarImplements the basic functionality of a scroll bar control.
SplitContainerRepresents a control consisting of a movable bar that divides a container's display area into two resizable panels.
SplitterPanelCreates a panel that is associated with a SplitContainer.
TabControlManages a related set of TabPage pages.
TabPageRepresents a single tab page in a TabControl.
TextBoxRepresents a text box control that allows the user to enter any value.
TextBoxBaseImplements the basic functionality required by text controls.
TrackBarEnables the user to choose between a range of values by sliding a small bar along another bar.
UpDownBaseImplements the basic functionality required by a spin box (also known as an up-down control).
UserControlProvides an empty control that can be used to create other controls.
WebBrowserRepresents a web browser control that enables the user to navigate web pages inside a form or a page.
DataGridViewComboBoxEditingControlRepresents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.
DataGridViewDateTimePickerEditingControlRepresents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.
DataGridViewMaskedTextBoxEditingControlRepresents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
DataGridViewNumericUpDownEditingControlRepresents a NumericUpDown control that can be hosted in a DataGridViewNumericUpDownCell.
DataGridViewTextBoxEditingControlRepresents a TextBox control that can be hosted in a DataGridViewTextBoxCell cell when the cell's WrapMode is set to False.
DataGridViewRepresents a data grid control.
DataRepeaterDisplays data in a customizable list format.
DataRepeaterItemUsed by the DataRepeater control to display data at run time.
DesktopRepresents a desktop container that can host floating windows.
AccordionDisplays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
AccordionPanelRepresents a panel in a Accordion control.
AspNetPanelRepresents a control that can host ASP.NET or MVC pages within a Wisej application.
CanvasRepresents the HTML5 canvas element.
FlashPlayerRepresents a FlashPlayer control that can display flash applications.
FlexLayoutPanelRepresents a panel that dynamically arranges its child controls.
HtmlPanelRepresents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
IFramePanelRepresents a control that displays any HTML file in an IFrame element.
LineRepresents a line control.
ListViewComboBoxThe TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
MediaBase implementation for media controls.
VideoRepresents a Video control that displays a video file.
AudioRepresents a Audio control that plays an audio file.
PdfViewerRepresents a PdfViewer 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.
ShapeRepresents a shape control. Displays an element a border in any of the four sides.
SlideBarDisplays child controls vertically or horizontally in a scrollable container.
SpacerRepresents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
SplitButtonRepresents a split button control.
TagTextBoxRepresents 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.
TimeUpDownRepresents a spinner control that displays TimeSpan values.
TreeViewComboBoxThe TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.
TypedTextBoxRepresents a text box control that allows the user to enter a typed value.
UploadRepresent an upload widget. Allows users to selected one or more files and upload them to the server.
UserComboBoxThe UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.
UserPopupProvides an popup container that can be attached to other controls.
WidgetProvides a generic widget that can use most third party javascript widgets.
ListViewRepresents a list view control, which displays a collection of items that can be displayed using one of four different views.
MenuBarRepresents a menu bar component.
PropertyGridProvides a user interface for browsing the properties of an object.
StatusBarDisplays information to the user in a about the object being viewed, the object's components, or the object's operation.
ToolBarRepresents a toolbar component.
TreeViewDisplays a hierarchical collection of labeled items, each represented by a TreeNode.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.