Wisej.Web.IButtonControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Allows a control to act like a button on a Form.
DialogResult: Returns or sets the value returned to the parent form when the button is clicked.
Generates a Click event for the control.
Name | Description |
---|---|
Represents a button control.
Represents an hyper-link control.
Represents a split button control.
Wisej.Web.IContainerControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides the functionality for a control to act as a parent for other controls.
Control: Returns or sets the control that is active on the container control.
Activates a specified control.
Parameter | Type | Description |
---|---|---|
Returns: Boolean. true if the control is successfully activated; otherwise, false.
Wisej.Web.IDataObject
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides a format-independent mechanism for transferring data.
Retrieves the data associated with the specified data format, using autoConvert to determine whether to convert the data to the format.
Parameter | Type | Description |
---|---|---|
Returns: Object.
Retrieves the data associated with the specified data format.
Parameter | Type | Description |
---|---|---|
Returns: Object.
Retrieves the data associated with the specified class type format.
Returns: Object.
Determines whether data stored in this instance is associated with the specified format, using autoConvert to determine whether to convert the data to the format.
Returns: Boolean.
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Returns: Boolean.
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Returns: Boolean.
Gets a list of all formats that data stored in this instance is associated with or can be converted to, using autoConvert to determine whether to retrieve all formats that the data can be converted to or' only native data formats.
Returns: String[].
Gets a list of all formats that data stored in this instance is associated with or can be converted to.
Returns: String[].
Stores the specified data and its associated format in this instance, using autoConvert to specify whether the data can be converted to another format.
Stores the specified data and its associated format in this instance.
Stores the specified data and its associated class type in this instance.
Stores the specified data in this instance, using the class of the data for the format.
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Displays data in a customizable list format.
Provides focus-management functionality for controls that can function as a container for other controls.
Represents a window or dialog box that makes up an application's user interface.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Provides an empty control that can be used to create other controls.
Represents a desktop container that can host floating windows.
Provides an popup container that can be attached to other controls.
format
format
autoConvert
format
format
autoConvert
format
autoConvert
data
format
data
format
data
data
Implements a basic data transfer mechanism.
control
format
autoConvert
format