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...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.Application FormCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Holds the collection of all top-level application forms.
public class FormCollection : ICollection, IEnumerablePublic Class FormCollection
Inherits ICollection
Implements IEnumerable: Returns the total number of currently open forms.
: Returns the form at the specified index.
: Returns the first form with the specified name, the search is case insensitive.
Returns an enumerator that iterates through the open forms.
Returns: .
Int32: Returns the total number of currently open pages.
Page: Returns the page at the specified index.
Page: Returns the first page with the specified name, the search is case insensitive.
Returns an enumerator that iterates through the open pages.
Returns: IEnumerator.
Public Class PageCollection
Inherits ICollection
Implements IEnumerablepublic class PageCollection : ICollection, IEnumerableInitializes a new instance of the HashChangedEventArgs class.
value
Initial hash value.
String: The hash string from the client.
Represents the method that will handle the event.
Represents the method that will handle the event.
Public Class HashChangedEventArgs
Inherits EventArgspublic class HashChangedEventArgs : EventArgsWisej.Web.HelpEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the HelpRequested event of a Control.
public delegate void HelpEventHandler(Object sender, HelpEventArgs hlpevent)Public Delegate Sub HelpEventHandler(ByVal sender As [Object], ByVal hlpevent As HelpEventArgs)Wisej.Web.ControlEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the ControlAdded and ControlRemoved events.
public class ControlEventArgs : EventArgsPublic Class ControlEventArgs
Inherits EventArgsInitializes a new instance of the class for the specified control.
: Returns the control object used by this event.
Wisej.Web.ResponsiveProfileChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the ResponsiveProfileChanged event.
public class ResponsiveProfileChangedEventArgs : EventArgsPublic Class ResponsiveProfileChangedEventArgs
Inherits EventArgsInitializes a new instance of the class.
: The new active profile.
: The previously active profile.
Wisej.Web.PinchEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Pinch event.
public delegate void PinchEventHandler(Object sender, PinchEventArgs e)Public Delegate Sub PinchEventHandler(ByVal sender As [Object], ByVal e As PinchEventArgs)Wisej.Web.LicenseErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the LicenseError event.
public class LicenseErrorEventArgs : EventArgsPublic Class LicenseErrorEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Indicates the type of license error that has occurred.
Wisej.Web.RotateEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for Rotate event.
public class RotateEventArgs : EventArgsPublic Class RotateEventArgs
Inherits EventArgs: Returns a number with the current calculated angle between the primary and secondary active pointers.
Wisej.Web.TrackEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Track event.
public delegate void TrackEventHandler(Object sender, TrackEventArgs e)Public Delegate Sub TrackEventHandler(ByVal sender As [Object], ByVal e As TrackEventArgs)Wisej.Web.PinchEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for Pinch event.
public class PinchEventArgs : EventArgsPublic Class PinchEventArgs
Inherits EventArgs: Returns the calculated scale factor.
Wisej.Web.LicenseErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the LicenseError event.
public delegate void LicenseErrorEventHandler(Object sender, HashChangedEventArgs e)Public Delegate Sub LicenseErrorEventHandler(ByVal sender As [Object], ByVal e As HashChangedEventArgs)Wisej.Web.HashChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the HashChanged event.
public delegate void HashChangedEventHandler(Object sender, HashChangedEventArgs e)Public Delegate Sub HashChangedEventHandler(ByVal sender As [Object], ByVal e As HashChangedEventArgs)sender
The source of the event.
hlpevent
A HelpEventArgs 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 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 TrackEventArgs that contains the event data.
Fired when a pointer grabs an item and moves the pointer on it.
sender
The source of the event.
e
A LicenseErrorEventArgs that contains the event data.
Fired when a license error occurs.
sender
The source of the event.
e
A HashChangedEventArgs that contains the event data.
Fired when the hash part of the URL changes on the client side.
control
The Control to store in this event.
Represents the method that will handle the ControlAdded and ControlRemoved events of the Control class.
oldValue
Previous ClientProfile.
newValue
New active ClientProfile.
Represents the method that will handle the Application.ResponsiveProfileChanged event.
error
License error.
Represents the method that will handle the Rotate event.
Represents the method that will handle the Pinch event.
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.
Public Delegate Sub ControlEventHandler(ByVal sender As [Object], ByVal e As ControlEventArgs)public delegate void ControlEventHandler(Object sender, ControlEventArgs e)sender
The source of the event.
e
A that contains the event data.
Fired when a key is pressed while the control has focus.
Public Delegate Sub KeyPressEventHandler(ByVal sender As [Object], ByVal e As KeyPressEventArgs)public delegate void KeyPressEventHandler(Object sender, KeyPressEventArgs e)sender
The source of the event.
e
A 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.
Public Delegate Sub DragEventHandler(ByVal sender As [Object], ByVal e As DragEventArgs)public delegate void DragEventHandler(Object sender, DragEventArgs e)sender
The source of the event.
e
A that contains the event data.
Fired when a control should reposition its child controls.
Public Delegate Sub LayoutEventHandler(ByVal sender As [Object], ByVal e As LayoutEventArgs)public delegate void LayoutEventHandler(Object sender, LayoutEventArgs e)Initializes a new instance of the KeyPressEventArgs class.
keyChar
The ASCII character corresponding to the key the user pressed.
Char: Returns or sets the character corresponding to the key pressed.
Represents the method that will handle the event of a .
Public Class KeyPressEventArgs
Inherits EventArgspublic class KeyPressEventArgs : EventArgsInitializes a new instance of the HelpEventArgs class.
target
The that had the focus when the user pressed F1.
Boolean: Returns or sets a value indicating whether the help event was handled.
Represents the method that will handle the event of a .
Public Class HelpEventArgs
Inherits EventArgspublic class HelpEventArgs : EventArgssender
The source of the event.
e
A that contains the event data.
Fired before the event when a key is pressed while focus is on this control.
Public Delegate Sub PreviewKeyDownEventHandler(ByVal sender As [Object], ByVal e As PreviewKeyDownEventArgs)public delegate void PreviewKeyDownEventHandler(Object sender, PreviewKeyDownEventArgs e)SwipeAxis: Returns whether the performed swipe was on the x or y axis.
SwipeDirection: Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right
Int32: Returns the distance of the performed swipe.
Int32: Returns the duration the performed swipe took.
Int64: Returns the start time of the performed swipe.
Double: Returns the velocity of the performed swipe.
Represents the method that will handle the event.
Public Class SwipeEventArgs
Inherits EventArgspublic class SwipeEventArgs : EventArgssender
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.
Public Delegate Sub KeyEventHandler(ByVal sender As [Object], ByVal e As KeyEventArgs)public delegate void KeyEventHandler(Object sender, KeyEventArgs e)Int64[]: Returns the unique identifiers for the touch items.
Boolean: Returns whether more than one touch is associated with the event target element.
Point[]: Returns the location of the touch items in screen coordinates.
Double: Returns the delta of the rotation since the start of the event, in degrees.
Double: Returns the distance between two fingers since the start of the event.
Represents the method that will handle the , , , events.
Public Class TouchEventArgs
Inherits EventArgspublic class TouchEventArgs : EventArgsRectangle: Returns the size of the display of the client device, regardless of the orientation.
String: Returns the device name associated with a display.
Rectangle: Returns the working area of the browser. The working area is the desktop area of the browser, excluding taskbars, docked windows, and docked tool bars.
Public Class Screenpublic class ScreenWisej.Web.PreviewKeyDownEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the PreviewKeyDown event.
public class PreviewKeyDownEventArgs : EventArgsPublic Class PreviewKeyDownEventArgs
Inherits EventArgsInitializes a new instance of the class with the specified key.
: Returns whether the ALT key was pressed.
: Returns whether the CTRL key was pressed.
: Returns whether a key is a regular input key.
: 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 whether the SHIFT key was pressed.
Wisej.Web.PaintEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Paint event of a Control.
public delegate void PaintEventHandler(Object sender, PaintEventArgs e)Public Delegate Sub PaintEventHandler(ByVal sender As [Object], ByVal e As PaintEventArgs)Wisej.Web.QueryContinueDragEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the QueryContinueDrag event of a Control.
public delegate void QueryContinueDragEventHandler(Object sender, QueryContinueDragEventArgs e)Public Delegate Sub QueryContinueDragEventHandler(ByVal sender As [Object], ByVal e As QueryContinueDragEventArgs)Wisej.Web.TrackEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for Track event.
public class TrackEventArgs : EventArgsPublic Class TrackEventArgs
Inherits EventArgs: Returns the Axis of the track event.
: Returns the X, Y delta for the track event.
: Returns the X delta of the track event.
: Returns Y delta of the track event.
Wisej.Web.ResponsiveProfileChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Application.ResponsiveProfileChanged event.
public delegate void ResponsiveProfileChangedEventHandler(Object sender, ResponsiveProfileChangedEventArgs e)Public Delegate Sub ResponsiveProfileChangedEventHandler(ByVal sender As [Object], ByVal e As ResponsiveProfileChangedEventArgs)Wisej.Web.RotateEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Rotate event.
public delegate void RotateEventHandler(Object sender, RotateEventArgs e)Public Delegate Sub RotateEventHandler(ByVal sender As [Object], ByVal e As RotateEventArgs)Wisej.Web.QueryContinueDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the QueryContinueDrag event.
public class QueryContinueDragEventArgs : EventArgsPublic Class QueryContinueDragEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns or sets the status of a drag-and-drop operation.
: Returns if the user pressed the ESC key.
: Returns the current state of the SHIFT, CTRL, and ALT keys.
Wisej.Web.SwipeEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the Swipe event.
public delegate void SwipeEventHandler(Object sender, SwipeEventArgs e)Public Delegate Sub SwipeEventHandler(ByVal sender As [Object], ByVal e As SwipeEventArgs)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 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 ResponsiveProfileChangedEventArgs 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 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.
keyData
One of the Keys values.
Represents the method that will handle the PreviewKeyDown event.
Represents the method that will handle the Track event.
args
The arguments received from the client.
Represents the method that will handle the QueryContinueDrag event of a Control.
Initializes a new instance of the PaintEventArgs class with the specified graphics and clipping rectangle.
graphics
The used to paint the item.
clipRect
The that represents the rectangle in which to paint.
Rectangle: Returns the rectangle in which to paint.
Graphics: Returns the graphics used to paint.
Represents the method that will handle the event of a .
Public Class PaintEventArgs
Inherits EventArgspublic class PaintEventArgs : EventArgsInitializes a new instance of the LayoutEventArgs class with the specified component and property affected.
affectedComponent
The affected by the layout change.
affectedProperty
The property affected by the layout change.
Initializes a new instance of the LayoutEventArgs class with the specified control and property affected.
affectedControl
The affected by the layout change.
affectedProperty
The property affected by the layout change.
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.
Represents the method that will handle the event of a .
Public Class LayoutEventArgs
Inherits EventArgspublic class LayoutEventArgs : EventArgssender
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.
Public Delegate Sub TouchEventHandler(ByVal sender As [Object], ByVal e As TouchEventArgs)public delegate void TouchEventHandler(Object sender, TouchEventArgs e)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.
Public Delegate Sub ResponsiveProfileChangedEventHandler(ByVal sender As [Object], ByVal e As ResponsiveProfileChangedEventArgs)public delegate void ResponsiveProfileChangedEventHandler(Object sender, ResponsiveProfileChangedEventArgs e)Initializes a new instance of the ResponsiveProfileChangedEventArgs class.
oldValue
Previous .
newValue
New active .
ClientProfile: The new active profile.
ClientProfile: The previously active profile.
Represents the method that will handle the Application.ResponsiveProfileChanged event.
Public Class ResponsiveProfileChangedEventArgs
Inherits EventArgspublic class ResponsiveProfileChangedEventArgs : EventArgssender
The source of the event.
e
A that contains the event data.
Fired when the control receives a custom event from the client.
Public Delegate Sub WidgetEventHandler(ByVal sender As [Object], ByVal e As WidgetEventArgs)public delegate void WidgetEventHandler(Object sender, WidgetEventArgs e)Wisej.Web.KeyEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the KeyDown or KeyUp event.
public class KeyEventArgs : EventArgsPublic Class KeyEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns whether the ALT key was pressed.
: Returns whether the CTRL key was pressed.
: 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 whether the Alt key is pressed.
Returns: .
Returns whether the Control key is pressed.
Returns: .
Returns whether the Shift key is pressed.
Returns: .
Wisej.Web.MouseEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form, control, or other component.
public delegate void MouseEventHandler(Object sender, MouseEventArgs e)Public Delegate Sub MouseEventHandler(ByVal sender As [Object], ByVal e As MouseEventArgs)keyData
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.
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.
Wisej.Web.Cursor
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the mouse pointer.
public class CursorPublic Class CursorCreates a new cursor using the .
Creates a new cursor using an image source: can use a themed image or URL.
Creates a new cursor using the .
Creates a new cursor using the .
Creates a new cursor using the .
Creates a new cursor using an image source: can use a themed image or URL.
: Returns the name of the cursor.
: Returns or sets the pointer's position.
image
An Image to use for the cursor.
source
The name of a theme image or a URL to an image resource.
stream
A Stream to use for the cursor.
image
An Image to use for the cursor.
x
x-coordinate of the hotspot location.
y
y-coordinate of the hotspot location.
stream
A Stream to use for the cursor.
x
x-coordinate of the hotspot location.
y
y-coordinate of the hotspot location.
source
The name of a theme image or a URL to an image resource.
x
x-coordinate of the hotspot location.
y
y-coordinate of the hotspot location.
Initializes a new instance of the MouseEventArgs class.
button
One of the 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.
Initializes a new instance of the MouseEventArgs class.
button
One of the 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.
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.
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form, control, or other component.
Public Class MouseEventArgs
Inherits EventArgspublic class MouseEventArgs : EventArgsWisej.Web.Cursors
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Defines a collection of predefined Cursor objects.
public class CursorsPublic Class Cursors: Returns the "shortcut" cursor.
: Returns the "arrow" cursor.
: Returns "cell" cursor.
: Returns the clipboard "copy" cursor.
: Returns the "crosshair" cursor.
: Returns the "default" cursor, which is usually an arrow cursor.
: Returns the "grab" cursor.
: Returns the "hand" cursor, typically used when hovering over a Web link.
: Returns the "help" cursor, which is a combination of an arrow and a question mark.
: Returns the "row-resize" cursor that appears when the mouse is positioned over a horizontal splitter bar.
: Returns the "text" cursor, which is used to show where the text cursor appears when the mouse is clicked.
: Returns the "move" cursor, typically an cross shape.
: Returns the "not-allowed" cursor that indicates that a particular region is invalid for the current operation.
: Returns the "none" cursor.
: Returns the "not-allowed" cursor.
: Returns the "move" sizing cursor, which consists of four joined arrows that point north, south, east, and west.
: Returns the "ne-resize" diagonal (north/east) sizing cursor.
: Returns the "nesw-resize" diagonal (northeast/southwest) sizing cursor.
: Returns the "n-resize" vertical (north/south) sizing cursor.
: Returns the "nw-resize" diagonal (north/west) sizing cursor.
: Returns the "nwse-resize" diagonal (northwest/southeast) sizing cursor.
: Returns the "se-resize" diagonal (south/east) sizing cursor.
: Returns the "sw-resize" diagonal (south/west) sizing cursor.
: Returns the "w-resize" horizontal (west/east) sizing cursor.
: Returns the "text" cursor.
: Returns the "col-resize" cursor that appears when the mouse is positioned over a vertical splitter bar.
: Returns the "wait" cursor, typically an hourglass shape.
: Returns the "zoom-in" cursor.
: Returns the "zoom-out" cursor.
Wisej.Web.WidgetEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the WidgetEvent event.
public class WidgetEventArgs : EventArgsPublic Class WidgetEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns the data object that was sent by the widget with the event.
: Returns the type (name) of the event fired by the widget.
type
The type (name) of event.
data
The data object received with the event.
Represents the method that handles the WidgetEvent event.
y
The y-coordinate of a pointer click, in pixels.
delta
A signed count of the number of dents the wheel has rotated.
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.
Initializes a new instance of the DragEventArgs class.
allowedEffect
One of the values.
effect
One of the values.
data
The data associated with this event.
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.
Represents the method that will handle the , , or event of a .
Public Class DragEventArgs
Inherits EventArgspublic class DragEventArgs : EventArgsWisej.Web.Component
location
The Point that indicates the location of the drag event.
Provides a user interface for indicating that a control on a form has an error associated with it.
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Allows controls to execute javascript code.
Add rotation capabilities along the X,Y,Z axis to controls.
Adds CSS styling to controls.
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Provides methods to manage a collection of objects. This class cannot be inherited.
Displays a standard column header in a control.
Displays an image column header in a control.
Represents an individual menu item that is displayed within a or and always shows a checkbox next to the label.
Represents a context menu associated to a .
Represents an individual menu item that is displayed within a or rendered using the link element to let the browser process the specified URL.
Represents the main menu in a .
Represents the base functionality for all menus.
Represents an individual item that is displayed within a or .
Represents a panel in a control that can host any .
Represents a panel in a control.
Represents an item in the .
Implements a timer that raises an event at user-defined intervals.
Represents a component in the Desktop control's taskbar.
Represents a DateTime component in the Desktop control's taskbar.
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
All wisej components implement this interface.
Allows an object to serialize itself.
Public Class Component
Inherits Component
Implements IComponentpublic class Component : Component, IComponentWisej.Web.Padding
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents padding or margin information associated with a user interface (UI) element.
public struct Padding : ValueType, IWisejSerializablePublic Structure Padding
Implements ValueType, IWisejSerializableInitializes a new instance of the class using a separate padding size for each edge.
Initializes a new instance of the class using the supplied padding size for all edges.
: Returns or sets the padding value for all the edges.
: Returns or sets the padding value for the bottom edge.
: Returns the combined padding for the right and left edges.
: Returns if the padding is empty.
: Returns or sets the padding value for the left edge.
: Returns or sets the padding value for the right edge.
: Returns the padding information in the form of a .
: Returns or sets the padding value for the top edge.
: Returns the combined padding for the top and bottom edges.
Computes the sum of the two specified values.
Returns: . A that contains the sum of the two specified values.
Subtracts one specified value from another.
Returns: . A that contains the result of the subtraction of one specified value from another.
The padding size, in pixels, for the bottom edge.
Returns or sets the padding inside objects in any mode.
Returns or sets padding within the statusbar panel.
Returns or sets padding within the toolbar button.
Returns or sets the space between toolbar buttons.
Computes the sum of the two specified values.
Returns the size of the inset border and padding.
left
The padding size, in pixels, for the left edge.
top
The padding size, in pixels, for the top edge.
right
The padding size, in pixels, for the right edge.
all
The number of pixels to be used for padding for all edges.
p1
A Padding.
p2
A Padding.
p1
A Padding.
p2
A Padding.
Returns or sets padding within the control.
Returns or sets the space between controls.
Returns or sets the space between the edge of a DataGridViewCell and its content.
Returns or sets the additional padding around the label. This property can be defined in the theme.
Returns or sets the offset in pixels from the calculated position of the popup.
bottom
Wisej.Web.Control ControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a collection of Control objects.
public class ControlCollection : ControlCollection, IList<Control>, ICollection<Control>, IEnumerable<Control>, IWisejSynchronizedPublic Class ControlCollection
Inherits ControlCollection
Implements IList(Of Control), ICollection(Of Control), IEnumerable(Of Control), IWisejSynchronizedInitializes a new instance of the class.
: Returns whether the owner control has already been disposed.
: Returns the at the specified indexed location.
: Returns the with the specified key in the collection.
: Returns the control that owns this .
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.
Returns: . true if the is a member of the collection; otherwise, false.
Determines whether the contains an item with the specified key.
Returns: . true if the contains an item with the specified key; otherwise, false.
Searches for controls by their type and builds an array of all the controls that match.
Returns: . Array of controls that are derived from the specified type .
Throws:
type is null.
Searches for controls by their name and builds an array of all the controls that match.
Returns: . Array of controls with the specified name.
Throws:
The key parameter is null or an empty string ("").
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.
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 .
Throws:
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 .
Retrieves the index of the specified control in the control collection.
Returns: . A zero-based index value that represents the position of the specified in the .
Retrieves the index of the first occurrence of the specified item within the collection.
Returns: . The zero-based index of the first occurrence of the control with the specified name in 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.
owner
The Control that owns this collection.
child
The Control to add.
controls
An array of Control objects to add to the collection.
dispose
Indicates whether the controls removed from the collection should be disposed.
control
The Control to locate in the collection.
key
The key to locate in the ControlCollection.
type
The type of the controls to locate in the ControlCollection.
searchAllChildren
true to search all child controls; otherwise, false.
key
The key to located in the ControlCollection.
searchAllChildren
true to search all child controls; otherwise, false.
child
The Control to search for in the control collection.
throwException
true to throw an exception if the Control specified in the child parameter is not a control in the ControlCollection; otherwise, false.
control
The Control to locate in the collection.
key
The name of the control to search for.
child
The Control to remove.
key
The name of the child control to remove.
child
The child control to search for.
newIndex
The new index value of the control.
Wisej.Web.Clipboard
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides methods to place data on and retrieve data from the system Clipboard. This class cannot be inherited.
public class ClipboardPublic Class ClipboardRemoves all data from the Clipboard.
Indicates whether there is data on the Clipboard in the format.
Returns: . true if there is audio data on the Clipboard; otherwise, false.
Indicates whether there is data on the Clipboard that is in the specified format or can be converted to that format.
Returns: . true if there is data on the Clipboard that is in the specified format or can be converted to that format; otherwise, false.
Indicates whether there is data on the Clipboard that is in the format or can be converted to that format.
Returns: . true if there is a file drop list on the Clipboard; otherwise, false.
Indicates whether there is data on the Clipboard that is in the format or can be converted to that format.
Returns: . true if there is image data on the Clipboard; otherwise, false.
Indicates whether there is data on the Clipboard in the or format, depending on the operating system.
Returns: . true if there is text data on the Clipboard; otherwise, false.
Indicates whether there is text data on the Clipboard in the format indicated by the specified value.
Returns: . true if there is text data on the Clipboard in the value specified for format ; otherwise, false.
Retrieves an audio stream from the Clipboard.
Returns: . A containing audio data or null if the Clipboard does not contain any data in the format.
Retrieves data from the Clipboard in the specified format.
Returns: . An representing the Clipboard data or null if the Clipboard does not contain any data that is in the specified format or can be converted to that format.
Retrieves the data that is currently on the system Clipboard.
Returns: . An that represents the data currently on the Clipboard, or null if there is no data on the Clipboard.
Retrieves a collection of file names from the Clipboard.
Returns: . A containing file names or null if the Clipboard does not contain any data that is in the format or can be converted to that format.
Retrieves an image from the Clipboard.
Returns: . An representing the Clipboard image data or null if the Clipboard does not contain any data that is in the format or can be converted to that format.
Retrieves text data from the Clipboard in the or format, depending on the operating system.
Returns: . The Clipboard text data or if the Clipboard does not contain data in the or format, depending on the operating system.
Retrieves text data from the Clipboard in the format indicated by the specified value.
Returns: . The Clipboard text data or if the Clipboard does not contain data in the specified format.
Saves the array in the format after converting it to a to the clipboard.
Throws:
audioBytes is null.
Saves the in the format to the clipboard.
Throws:
audioStream is null.
Saves the text data to the client's temporary clipboard. Client side javascript code can copy the clipboard's content to the browser's clipboard calling Wisej.Core.copy();
Throws:
text is null.
Saves the specified data to the clipboard in the specified format.
Throws:
data is null.
Saves the specified data to the clipboard.
Throws:
The value of data is null.
Saves the collection of file names in the format to the clipboard.
Throws:
filePaths is null.
filePaths does not contain any strings, or at least one of the strings in filePaths is empty, contains only white space, contains one or more invalid characters as defined by , is null, contains a colon (:), or exceeds the system-defined maximum length. See the property of the for more information.
Saves the in the format to the clipboard
Throws:
image is null.
Saves the text data in the format to the clipboard.
Throws:
text is null or .
Saves the text data in the format indicated by the specified value to the clipboard.
Throws:
text is null.
format
The format of the data to look for. See DataFormats for predefined formats.
format
One of the TextDataFormat values.
format
The format of the data to retrieve. See DataFormats for predefined formats.
format
One of the TextDataFormat values.
audioBytes
A Byte array containing the audio data.
audioStream
A Stream containing the audio data.
text
The text to save to the client's temporary clipboard.
format
The format of the data to set. See DataFormats for predefined formats.
data
An Object representing the data to add.
data
The data to place on the Clipboard.
filePaths
A StringCollection containing the file names.
image
The Image to add to the Clipboard.
text
The text to add to the Clipboard.
text
The text to add to the Clipboard.
format
One of the TextDataFormat values.
Wisej.Web.Application
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represent a Wisej application session. Provides methods and events to manage the application in the context of the current session.
public class Application : IWisejComponent, IDisposable, IWisejSynchronizedPublic Class Application
Inherits IWisejComponent
Implements IDisposable, IWisejSynchronizedThis class provides several static methods, properties and events that allow the application to manage all sorts of features related to the current session:
Save and retrieve session variable. Use to store and retrieve session variable. The property is a dynamic object and a , therefore you can access its properties directly or through the indexer.
Manage cookies. Use to manage browser's cookies.
Read server variables. Use to retrieve all the data made available by the server. Some of the variables in the collection are also available directly: , , , etc.
Read the application's URL. Use , , , and .
There is a lot more exposed by the class. You can inspect all the properties and methods in Visual Studio through IntelliSense or online at .
: Returns or sets the current client responsive profile.
This is the profile that best matches the current browser on the client. It is updated automatically on every request.
: Returns or sets the client browser information.
Deprecated: Deprecated, please use Application.ClientId instead. : Returns the unique client "fingerprint" ID. It can be used to distinguish client devices.
The client fingerprint is generated by hashing all the available information returned by the browser (OS, user agent, version, etc.) and it's not guaranteed to be unique.
: Returns the current unique client id.
: Returns a collection of all the unique client browsers using the application.
: Returns the path for the application data that is shared among all users.
: Returns the registry key for the application data that is shared among all users.
: Returns the company name associated with the application stored in the .
: Returns the current .
: Collection of cookies.
: Returns the application component instance that an application can store and use later to restore the context when updating client widgets during an out-of-bound call using
Threads that are not started using don't have any knowledge of the current session and don't have a way to communicate with the client The property returns the instance of the class that is bound to the current session. It can be used just like any other component with or to restore the session for the current thread. The advantage of using instead of the instance of a control or a page is to avoid to keep a reference to a component that may be disposed by the application.
: Returns or sets the current for the session.
: Returns or sets the current Desktop.
: Returns or sets whether the browser will ask the user to confirm unloading the current page.
This property attaches the window.onbeforeunload event. See https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onbeforeunload. It's not possible to determine whether the page is being unloaded because the user is trying to close the tab, close the browser, or is refreshing the page, or is taking any other action that may reload the page.
: Returns the path for the application's main assembly.
: Returns or sets the favicon to display in the browser.
: Returns or sets the URL to the favicon to display in the browser.
: Returns or sets the hash part of the URL on the client.
: Returns a value indicating whether the session has been authenticated.
: Indicates that the current application instance, which corresponds to the session, has been terminated and disposed.
: Returns true when the current session has expired.
: Returns true if this session is running in secure mode (https:// and wss://)
: Returns true when the current session has been terminated.
: Returns true if the current session is connected using WebSocket.
: Returns or sets the runtime server license key.
Setting the programmatically has to be done before the application is loaded. The best place is the static constructor for the Program static class, or the static constructor of the main window (if defined in Default.js).
: Returns or sets the current full page window.
: Returns a collection of open forms owned by the application.
: Returns a collection of open pages owned by the application.
: The name of the currently loaded platform.
: Returns the product name associated with this application.
: Returns the product version associated with this application stored either in or .
: Returns the parameters used to launch the application.
: Returns or sets whether all the controls in the applications should operate using the right-to-left mode.
The value of this property is updated automatically when the current language changes if the value of "rightToLeft" in the application configuration file is set to "auto".
: Returns true when the application is running in not in design, debug or test mode.
: Returns the server's host name, DNS alias, or IP address as it would appear in self-referencing URLs.
: Returns the port number to which the request was sent.
: Returns the server variables.
: Provides a generic storage for session-based objects.
: Returns the total number of currently active sessions.
: Returns the unique current session ID.
: Shows or hides the debug console on the browser.
Displays a simple HTMl only debug console. Works with any browser also when the developer tools are not available.
: Returns or sets whether the browser is blocked by the Ajax loader.
: Returns the root path of the web application.
: Returns the URI used to start the application.
: Returns the URL used to start the application.
: Returns or sets the current .
You can create and modify a new custom theme using the class. The new theme can be based on an existing theme, can be empty, or can be initialized from a JSON string.
You may also alter a global theme shared by all sessions.
: Returns or sets the page title in the browser.
: Returns the current used either to launch or reload the application. It may be different from .
: Returns the current URL used either to launch or reload the application. It may be different from .
: Returns the security information for the current request.
: Returns the raw user agent string of the client browser.
: Returns the IP host address of the remote client.
: Returns the DNS name of the remote client.
: Returns the type for the current user.
: Gets a sorted string array of client language preferences.
Adds an event filter to monitor all the incoming events before they are routed to their respective component.
Adds the text and corresponding translation to the default locale on the client.
Instructs the browser to display a dialog with an optional message, and to wait until the user dismisses the dialog.
Returns: . An awaitable that represents the asynchronous operation.
Executes the JavaScript function on the client.
Executes the JavaScript function on the client and receives the return value (or null) in the callback method.
Asynchronously executes the JavaScript function on the client and returns an awaitable with the result of the remote call.
Returns: . An awaitable that represents the asynchronous operation.
Cancels the fullscreen mode.
Instructs the browser to display a dialog with an optional message, and to wait until the user either confirms or cancels the dialog. until the user dismisses the dialog.
Returns: . An awaitable that represents the asynchronous operation.
Downloads the specified file on the client.
Downloads the specified image to the client.
Downloads the bytes in the stream to the client.
Downloads the specified file on the client.
Downloads the specified image to the client.
Downloads the bytes in the stream to the client.
Stops the polling requests from the client.
Executes the JavaScript script on the client.
Executes the JavaScript script on the client and receives the return value (or null) in the callback method.
Asynchronously executes the JavaScript script on the client and returns an awaitable with the result of the remote call.
Returns: . An awaitable that represents the asynchronous operation.
Terminates the application and the corresponding session.
Find the first component that matches the conditions defined in the predicate function.
Returns: . The first qualified by the match expression.
This method lets an application find any live component in the current session.
Finds all the components that match the conditions in the predicate function.
Returns: . The list of instances qualified by the match expression.
This method lets an application iterate through all the live components in the current session.
Loads an assembly given the file name or path.
Returns: . The loaded .
This method loads the assembly and, if the assembly contains Wisej components that need embedded resources - like JavaScript classes or CSS styles - that are embedded in the assembly, notifies the client with the URL to load the additional resources dynamically.
Creates an instance of the specified component from the assembly.
Returns: . An instance of a Wisej component implementing the interface.
Returns: .
Changes the current theme.
Returns the full file path in relation to the application's project directory.
Returns: . The full path relative to the current application's root directory.
Navigate to the specified URL.
Plays one of the built-in sounds
Plays a sound.
Executes the callback method after all processing is completed and before updating the client.
The Post() method is similar to the BeginInvoke() method used by desktop applications. It allows you to execute a block of code out of sync with the current execution flow.
Prints the specified window.
The window is printed without the caption or the borders, if present.
Prints the entire browser window.
Instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until the user either submits the text or cancels the dialog.
Returns: . An awaitable that represents the asynchronous operation.
Causes the application to reload on the browser.
Removes the filter from the list of registered event filters.
Requests the browser to enable fullscreen mode if supported.
Executes the callback in context.
Sets the current session timeout in seconds.
Instructs the client to start polling the server for UI changes at the specified interval when a WebSocket connection is not available.
Calling this method when is true has no effect. Use client side polling when you know that your code will start a background task that needs to update the client asynchronously (push updates) and your server or clients don't support WebSocket connections. Once the background tasks are completed call to reduce the incoming requests from the client.
Throws:
The interval specified is less than 1.
Starts a new task within the current application context and returns immediately. See also .
Returns: . An awaitable .
The task runs in the background but it's still capable of updating the client asynchronously when working with WebSocket by calling the method to push the UI updates to the client browser. If you want to support background updates for clients or servers that can't use the WebSocket connection, you can either add a component to the parent container to force period requests to the server, or you can use the and methods.
Starts a new task with a return value within the current application context and returns immediately. See also .
Returns: .
The task runs in the background but it's still capable of updating the client asynchronously when working with WebSocket by calling the method to push the UI updates to the client browser. The generics overload of allows the task to return a value. You can use this with the async/await pattern and asynchronously wait for the task to complete. If you want to support background updates for clients or servers that can't use the WebSocket connection, you can either add a component to the parent container to force period requests to the server, or you can use the and methods.
Note that you don't have to specify the type in the angular brackets, the compiler will automatically detect the type from the return value of the asynchronous function.
Starts a bound to the current session context.
Returns: . An instance of .
You must save a reference to the returned or the Garbage Collector will stop and dispose the timer. To alter the invocation period user Timer.Changer(), or stop the timer simply use Timer.Dispose(). See .
Executes the optional callback in context and pushes all the pending updates to the client when in WebSocket mode.
Use this method when you need to update the client asynchronously from an out-of-bound thread (different thread, not originating from a client request). You can call this method at the end of the code that updates the UI:
Or you can use the optional action function to enclose the code that updates the UI in a block and ensure that the client is updated when the code block exits:
Fired when the active window changes.
Fired when the application is about to shut down.
Fired when the application is reloaded in the browser because the user hit refresh or changed the URL.
Fired when the application is started, after the Main method is called.
Fired when the browser fires the "beforeinstallprompt" event. Corresponds to .
Fired at the beginning of every request.
Fired when the user resizes the browser.
Fired when the user activates the browser tab.
Fired when the user deactivates the browser tab.
Fired when the changes.
Fired at the end of every request.
Fired when the focused control changes.
Fired when the hash part of the URL changes on the client side.
Fired when the current thread has completed processing all the events and before the response is sent back to the client.
Fired when a license error occurs.
Fired when the active responsive profile is changed.
Fired when the value changes.
Fired when the session is about to time out.
The default behavior built-in Wisej is to display a dialog asking the user to prolong the session. Set Handled to true to stop the default behavior.
Fired when the current theme is changed.
Fired when a thread exception is thrown.
Read the applications's system information. Use StartupPath, ProductName, ProductVersion, etc.
Listen to the application's global events. See SessionTimeout , BeginRequest, ApplicationStart, ApplicationExitApplicationRefresh, BrowserSizeChangedResponsiveProfileChanged, CultureChanged, and many more.
Manage all live components in the session. Through the Application class you can find, iterate, inspect all live components of any type. See OpenForms for all the currently created (visible or invisible) instances of Form. OpenPages returns all the created Page objects. FindComponent and FindComponents provide an easy way to find any component in the session or to iterate the list of components that match a custom expression.
Start background tasks in context. StartTask provides a powerful way to start a background task on the server that can keep interacting with the client browser while running independently.
Manage the application's theme. Use LoadTheme to load a Wisej theme into the application. Or use the Theme object to read all sorts of information from the current ClientTheme.
Terminate the application without waiting for the session to timeout. Use Exit to terminate the current session and free all the related memory.
filter
An object that implements the IEventFilter interface to add to the filter list.
text
The text to translate.
translation
The translation override.
message
A string you want to display in the alert dialog.
function
The name of the function to execute.
args
The arguments to pass to the function.
function
The name of the 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 function to execute.
args
The arguments to pass to the function.
message
A string you want to display in the confirm dialog.
filePath
The file to download.
fileName
The name of the file to save on the client.
image
The image to download.
fileName
The name of the file to save on the client.
stream
The stream to send to the client.
fileName
The file name the client will use to save the stream.
target
Specifies where to open the file. Leave empty or use "_self" to open in the current tab, _blank to open in a new tab.
filePath
The file to download.
fileName
The name of the file to save on the client.
target
Specifies where to open the file. Leave empty or use "_self" to open in the current tab, _blank to open in a new tab.
image
The image to download.
fileName
The name of the file to save on the client.
target
Specifies where to open the file. Leave empty or use "_self" to open in the current tab, _blank to open in a new tab.
stream
The stream to send to the client.
fileName
The file name the client will use to save the stream.
script
The script to evaluate.
script
The script to evaluate.
callback
Asynchronous callback method that receives the return value.
script
The script to evaluate.
match
A custom Predicate expression used to match the IWisejComponent to find.
match
A custom Predicate expression used to match the list of IWisejComponent objects to find.
filePath
The file name or full path for the assembly to load.
filePath
The file name or full path for the assembly to load.
className
packages
callback
packages
name
Name of the theme resource. Use only the name without the path and without the extension.
mixins
Optional list of theme mixins. If null, the default theme mixins are always applied.
path
url
URL to navigate to.
target
The target browser window: _self, _blank, etc.
type
One of MessageBoxIcon value that identifies the sound to play.
soundUrl
A string representing either a sound file URL or a base64 data URL.
callback
Method to invoke after the request has completed but before sending the response to the server.
window
The window to print
message
A string of text to display to the user.
defaultValue
An optoional string containing the default value displayed in the text input field.
filter
An object that implements the IEventFilter interface to remove from the filter list.
context
The application context to update. It can be any Wisej component or the IWisejComponent returned by the property Context.
action
Function to execute in context. The code in the function can access all the static Application properties when executed from an out-of-bound thread.
seconds
interval
Polling interval in milliseconds. The minimum is 1000ms.
action
Start method invoked by the new task when it starts up.
T
action
Start method invoked by the new task when it starts up.
dueTime
The amount of time, in milliseconds, to delay before invoking the callback .
period
The time interval between invocations, in milliseconds.
callback
A callback method to invoke at the specified intervals.
context
The application context to update. It can be any Wisej component or the IWisejComponent returned by the property Context.
action
Function to execute in context. The code in the function can access all the static Application properties when executed from an out-of-bound thread.
All wisej components implement this interface.
Application.Session.myValue = 12;
Application.Session["myValue"] = 12;
var current = Application.Current;
var thread = new Thread(() => {
Application.Update(current, () => {
// code here is running in context.
});
});static class Program
{
static Program()
{
Application.LicenseKey = "...";
}
}// create a new custom theme cloned from the current theme.
var myTheme = new ClientTheme("MyTheme", Application.Theme);
// alter the buttonFace color.
myTheme.Colors.buttonFace = "red";
// update the current session using the new custom theme.
Application.Theme = myTheme;
// change the buttonFace color in the current theme.
// if the theme is one of the global themes, i.e. it was loaded
// using Application.LoadTheme(name), then the change is also global.
Application.Theme.Colors.buttonFace = "red";
// since the theme objects are all dynamic and use a special DynamicObject
// class part of the Wisej Framework, you can also use a string indexer
// to address any field.
Application.Theme.Colors["buttonFace"] = "red";
// Find the first component that is a Button with Text = "OK"
var button = Application.FindComponent(c => c is Button && ((Button)c).Text == "OK"); // List all text boxes that are read only in all forms.
var list = Application.FindComponents(c => c is TextBox && ((TextBox)c).ReadOnly);
void Test() {
Application.Post(() => {
this.listBox.Items.Add("1");
});
this.listBox.Items.Add("2");
// The items will be added in this order: "2", "1".
}
// this has not effect when the client and server are connected using WebSocket.
Application.StartPolling(1000);
Application.StartTask(() => {
for (int i = 0; i < 100; i++) {
this.label1.Text = "Counting..." + i;
Thread.Sleep(1000);
}
// this has not effect when the client and server are NOT connected using WebSocket.
Application.Update(this);
// this has not effect when the client and server are connected using WebSocket.
Application.EndPolling();
});Application.StartTask(() => {
for (int i = 0; i < 100; i++) {
this.label1.Text = "Counting..." + i;
// just wait a bit or it's too fast.
Thread.Sleep(1000);
Application.Update(this);
}
});string text = await Application.StartTask(() => {
string value = "";
for (int i = 0; i < 100; i++) {
value += i.ToString();
// just wait a bit or it's too fast.
Thread.Sleep(100);
}
return value;
});
this.label.Text = text;
Application.Update(this);
Application.StartTask(() => {
for (int i = 0; i < 100; i++) {
this.label1.Text = "Counting..." + i;
// just wait a bit or it's too fast.
Thread.Sleep(1000);
}
Application.Update(this);
});Application.StartTask(() => {
Application.Update(this, () => {
for (int i = 0; i < 100; i++) {
this.label1.Text = "Counting..." + i;
// just wait a bit or it's too fast.
Thread.Sleep(1000);
}
});
});Wisej.Web.DataObject
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Implements a basic data transfer mechanism.
public class DataObject : IDataObjectPublic Class DataObject
Inherits IDataObjectInitializes a new instance of the class.
Initializes a new instance of the class and adds the specified object to it.
Initializes a new instance of the class and adds the specified object in the specified format.
Initializes a new instance of the class and adds the specified object in the specified format.
Indicates whether the data object contains data in the format.
Returns: . true if the data object contains audio data; otherwise, false.
Indicates whether the data object contains data that is in the format or can be converted to that format.
Returns: . true if the data object contains a file drop list; otherwise, false.
Indicates whether the data object contains data that is in the format or can be converted to that format.
Returns: . true if the data object contains image data; otherwise, false.
Indicates whether the data object contains data in the format.
Returns: . true if the data object contains text data; otherwise, false.
Indicates whether the data object contains text data in the format indicated by the specified value.
Returns: . true if the data object contains text data in the specified format; otherwise, false.
Retrieves an audio stream from the data object.
Returns: . A containing audio data or null if the data object does not contain any data in the format.
Returns the data associated with the specified class type format.
Returns: . The data associated with the specified format, or null.
Returns the data associated with the specified data format.
Returns: . The data associated with the specified format, or null.
Returns the data associated with the specified data format, using an automated conversion parameter to determine whether to convert the data to the format.
Returns: . The data associated with the specified format, or null.
Determines whether data stored in this is associated with, or can be converted to, the specified format.
Returns: . true if data stored in this is associated with, or can be converted to, the specified format; otherwise, false.
Returns the data associated with the specified class type format.
Returns: . The data associated with the specified format, or null.
Determines whether this contains data in the specified format or, optionally, contains data that can be converted to the specified format.
Returns: . true if the data is in, or can be converted to, the specified format; otherwise, false.
Returns the list of file types from the data object.
Returns: . A string array containing the file types in the data object.
Returns the of files uploaded by the client in a drag & drop operation.
Returns: . A string array containing the file types in the data object.
Returns a list of all formats that data stored in this is associated with or can be converted to.
Returns: . An array of type , containing a list of all formats that are supported by the data stored in this object.
Returns a list of all formats that data stored in this is associated with or can be converted to, using an automatic conversion parameter to determine whether to retrieve only native data formats or all formats that the data can be converted to.
Returns: . An array of type , containing a list of all formats that are supported by the data stored in this object.
Retrieves an image from the data object.
Returns: . An representing the image data in the data object or null if the data object does not contain any data that is in the format or can be converted to that format.
Retrieves text data from the data object in the format.
Returns: . The text data in the data object or if the data object does not contain data in the format.
Retrieves text data from the data object in the format indicated by the specified value.
Returns: . The text data in the data object or if the data object does not contain data in the specified format.
Adds a array to the data object in the format after converting it to a .
Throws:
audioBytes is null.
Adds a to the data object in the format.
Throws:
audioStream is null.
Adds the specified object to the using the object type as the data format.
Adds the specified object to the using the specified type as the format.
Adds the specified object to the using the specified format.
Adds the specified object to the using the specified format and indicating whether the data can be converted to another format.
Adds a url using format. The specified url is parsed to compose the DownloadURL as: "mime-type:file-name:url".
Adds a collection of file names to the data object in the format.
Throws:
filePaths is null.
Adds a collection of file names to the data object in the format.
Throws:
filePaths is null.
Adds an to the data object in the format.
Throws:
image is null.
Adds text data to the data object in the format.
Throws:
textData is null or .
Adds text data to the data object in the format indicated by the specified value.
Throws:
textData is null or .
data
The data to store.
format
The format of the specified data. See DataFormats for predefined formats.
data
The data to store.
format
A Type representing the format of the data.
data
The data to store.
format
One of the TextDataFormat values.
format
A Type representing the format of the data to retrieve.
format
The format of the data to retrieve. See DataFormats for predefined formats.
format
The format of the data to retrieve. See DataFormats for predefined formats.
autoConvert
true to the convert data to the specified format; otherwise, false.
format
A Type representing the format to check for.
format
A Type representing the format of the data to retrieve.
format
The format to check for. See DataFormats for predefined formats.
autoConvert
true to determine whether data stored in this DataObject can be converted to the specified format; false to check whether the data is in the specified format.
autoConvert
true to retrieve all formats that data stored in this DataObject is associated with, or can be converted to; false to retrieve only native data formats.
format
One of the TextDataFormat values.
audioBytes
A Byte array containing the audio data.
audioStream
A Stream containing the audio data.
data
The data to store.
format
A Type representing the format associated with the data.
data
The data to store.
format
The format associated with the data. See DataFormats for predefined formats.
data
The data to store.
format
The format associated with the data. See DataFormats for predefined formats.
autoConvert
true to allow the data to be converted to another format; otherwise, false.
data
The data to store.
url
The url to the file to download.
fileName
The name of the file to download from the url.
filePaths
A StringCollection containing the file names.
filePaths
A StringCollection containing the file names.
image
The Image to add to the data object.
textData
The text to add to the data object.
textData
The text to add to the data object.
format
One of the TextDataFormat values.
Provides a format-independent mechanism for transferring data.
Wisej.Web.Control
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Base class for all Wisej controls.
public class Control : IWisejControl, IWisejComponent, IBindableComponent, IWisejSerializable, IHasPropertyStore, IHasResponsiveProfilesPublic Class Control
Inherits IWisejControl
Implements IWisejComponent, IBindableComponent, IWisejSerializable, IHasPropertyStore, IHasResponsiveProfilesInitializes 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.
: 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.
You can use this collection at design time or in code or through the listener methods:
: 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.
You can use any CSS style string.
: 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.
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:
: 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.
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 " ".
: 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.
Adds a new listener script to the event name to the client widget.
Returns: . An integer id that you can use to remove the listener from the event using or to retrieve the listener script code using .
The script will execute in the browser when the event name occurs. You can attach multiple listeners to the same event.
Adds the CSS class name to the widget element. If the class already exists in the it's not added.
Returns: . The new value of the property.
Adds the specified theme state to the widget.
Returns: . The new list of states stored in the property.
You can also assign a new array of states to the property.
Executes the specified delegate asynchronously.
Returns: . An that represents the result of the operation.
Executes the specified delegate asynchronously.
Returns: . An that represents the result of the asynchronous call.
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.
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.
Returns: . An awaitable that represents the asynchronous operation.
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.
Returns: . true if the specified control is a child of the control; otherwise, false.
Creates and register this control and all its children.
Begins a drag-and-drop operation.
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Begins a drag-and-drop operation.
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Begins a drag-and-drop operation.
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Begins a drag-and-drop operation.
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Begins a drag-and-drop operation.
Returns: . A value from the enumeration that represents the final effect that was performed during the drag-and-drop operation.
Retrieves the return value from the asynchronous operation represented by asyncResult .
Returns: . The return value from the asynchronous operation.
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.
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.
Returns: . An awaitable that represents the asynchronous operation.
Retrieves the form that the control is on.
Returns: .
Retrieves the page that the control is on.
Returns: .
Sets input focus to the control.
Returns: . true if the input focus request was successful; otherwise, false.
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
Returns: . The child at the specified coordinates.
Retrieves the child control that is located at the specified coordinates.
Returns: . A that represents the control that is located at the specified point.
Returns the script associated to the listener identified by id .
Returns: . JavaScript associated with the listener.
Returns the scripts for all the listeners attached to the event name .
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 .
Retrieves the next control forward or back in the tab order of child controls.
Returns: . The next in the tab order.
Retrieves the value of the specified control style bit for the control.
Returns: . true if the specified control style bit is set to true; otherwise, false.
Checks whether the specified event name has any listener attached.
Returns: . True if the event name has any listener attached.
Returns true if the property contains the specified class name .
Returns: . True of the css class name is already included in .
Checks whether the specified theme state is present in the property.
Returns: . True if the widget already has the state .
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.
Returns: . The return value from the delegate being invoked, or null if the delegate has no return value.
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
Returns: . An that contains the return value from the delegate being invoked, or null if the delegate has no return value.
Determines whether the specified character is the mnemonic character.
Returns: . true if the charCode character is the mnemonic character; otherwise, false.
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.
Returns: . A that represents the converted , point , in client coordinates.
Computes the location of the specified client point into screen coordinates.
Returns: . A that represents the converted , point , in screen coordinates.
Computes the size and location of the specified screen rectangle in client coordinates.
Returns: . A that represents the converted , rect , in client coordinates.
Computes the size and location of the specified client rectangle in screen coordinates.
Returns: . A that represents the converted , rect , 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 .
Returns: . True if the id specified a valid lister and it was removed; otherwise false if id is invalid.
Removes all the listeners attached to the event name .
Returns: . True if the event name has any listener that was removed.
Removes the specified css class name from the control's property.
Returns: . The new value of the property.
Removes the specified theme state from the widget.
Returns: . The new list of states stored in the property.
You can also assign a new array of states to the property.
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.
Returns: . true if a control was activated; otherwise, false.
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 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.
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Fired when the control's padding changes.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
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.
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.
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:
The size of the drag image specified in imageSource.
The size of the drag image specified in image.
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.
The new property value of the control.
The new property value of the control.
specified
A bitwise combination of the values. For any parameter not specified, the current value will be used.
Represents a check box control.
Displays a in which a check box is displayed to the left of each item.
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.
Provides a common implementation of members for the and classes.
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.
Enables the user to select a single option from a group of choices when paired with other controls.
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.
Creates a panel that is associated with a .
Manages a related set of pages.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
Represents a single tab page in a .
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 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 .
Represents a data grid control.
Displays data in a customizable list format.
Used by the control to display data at run time.
Represents a desktop container that can host floating windows.
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 host ASP.NET or MVC pages within a Wisej application.
Represents the HTML5 canvas element.
Represents a control that can display flash applications.
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.
The TreeViewComboBox control represents a control with a as the drop down panel.
Base implementation for media controls.
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 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.
Represents a spinner control that displays values.
The TreeViewComboBox control represents a control with a as the drop down panel.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
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.
Displays a hierarchical collection of labeled items, each represented by a .
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
The child Control to find.
data
The data to drag.
allowedEffects
One of the DragDropEffects values.
data
The data to drag.
allowedEffects
One of the DragDropEffects values.
imageSource
The name or URL for an image to use as the drag cursor.
data
The data to drag.
allowedEffects
One of the DragDropEffects values.
imageSource
The name or URL for an image to use as the drag cursor.
data
The data to drag.
allowedEffects
One of the DragDropEffects values.
image
An Image to use as the drag cursor.
data
The data to drag.
allowedEffects
One of the DragDropEffects values.
image
An Image to use as the drag cursor.
asyncResult
An IAsyncResult that represents a BeginInvoke operation started on a control.
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
A 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.
skipValue
One of the values of GetChildAtPointSkip, determining whether to ignore child controls of a certain type.
pt
A 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.
id
Id of the listener to retrieve the script for.
name
Name of the event.
control
The Control to start the search with.
forward
true to search forward in the tab order; false to search backward.
flag
The ControlStyles bit to return the value from.
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.
affectedControl
A Control that represents the recently changed control.
affectedProperty
The name of the recently changed property on the control that caused the layout to change.
point
The screen coordinate Point to convert.
point
The client coordinate Point to convert.
rect
The screen coordinate Rectangle to convert.
rect
The client coordinate Rectangle to convert.
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
Indicates 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.
alignY
Indicates 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.
control
The Control at which to start the search.
forward
true to move forward in the tab order; false to move backward in the tab order.
tabStopOnly
true to ignore the controls with the TabStop property set to false; otherwise, false.
x
The new Left property value of the control.
y
The new Top property value of the control.
width
The new Width property value of the control.
x
The new Left property value of the control.
y
The new Top property value of the control.
width
The new Width property value of the control.
flags
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.
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
imageSize
imageSize
nested
height
height
// set the border radius to 100% and make the control round.
this.button1.CssStyle = "border-radius:100%";
// 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.');
}
});
// 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" }; this.fireWidgetEvent("myevent", {x:1, y:2, name:'test'});
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;
}
}