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...
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.AccordionCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the Selecting or Deselecting event of a Accordion control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
sender
The source of the event.
e
A AccordionCancelEventArgs that contains the event data.
Occurs before a panel is selected, enabling a handler to cancel the panel change.
Occurs before a panel is deselected, enabling a handler to cancel the panel change.
Wisej.Web.AccordionEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the Selected and Deselected events of a Accordion control.
Initializes a new instance of the AccordionEventArgs class.
Name | Type | Description |
---|---|---|
AccordionAction: Returns a value indicating which event is occurring.
AccordionPanel: Returns the AccordionPanel the event is occurring for.
Int32: Returns the zero-based index of the Panel in the Panels collection.
Wisej.Web.AccordionCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the Selecting and Deselecting events of a Accordion control.
Initializes a new instance of the AccordionCancelEventArgs class.
Name | Type | Description |
---|---|---|
AccordionAction: Returns a value indicating which event is occurring.
AccordionPanel: Returns the AccordionPanel the event is occurring for.
Int32: Returns the zero-based index of the Panel in the Panels collection.
Wisej.Web.AccordionAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Defines values representing Accordion events.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Represents the method that will handle the Selected or Deselected event of a Accordion control.
Represents the method that will handle the Selecting or Deselecting event of a Accordion control.
Deselected
Represents the Deselected event.
Deselecting
Represents the Deselecting event.
Selected
Represents the Selected event.
Selecting
Represents the Selecting event.
Returns a value indicating which event is occurring.
Returns a value indicating which event is occurring.
panel
The AccordionPanel the event is occurring for.
panelIndex
The zero-based index of panel in the Panels collection.
action
One of the AccordionAction values.
panel
The AccordionPanel the event is occurring for.
panelIndex
The zero-based index of panel in the Panels collection.
cancel
true to cancel the panel change by default; otherwise, false.
action
One of the AccordionAction values.
Wisej.Web.Accordion
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
Initializes a new instance of the Accordion class.
BorderStyle: Returns or sets the type of border that is drawn around the Accordion panel. (Default: Solid
)
Boolean: Returns or sets a value indicating whether the Accordion control collapses when all the AccordionPanel children are collapsed. (Default: False
)
When this property is set to false (default) one panel is always expanded.
Rectangle: Returns the rectangle that represents the virtual display area of the control.
Int32: Returns or sets the size of the header. When the header is horizontal, the size if the height; when it's vertical, the size if the width. Set it to -1 to reset to the size set in the current theme.
ImageList: Returns or sets the images to display on the panel's title bar. (Default: null
)
Int32: Returns the number of panels in the container.
PanelCollection: Returns the collection of panels in the container.
Int32: Returns or sets the index of the currently selected panel. (Default: -1
)
Throws:
ArgumentOutOfRangeException The value is less than -1.
Boolean: Returns or sets a value indicating whether the selected panel is moved to the top of the Accordion container. (Default: False
)
AccordionPanel: Returns or sets the currently selected panel.
Boolean: Returns or sets whether a panel's ToolTip is shown when the mouse passes over the panel's title. (Default: True
)
Makes the AccordionPanel following the AccordionPanel with the specified index the current panel.
Throws:
ArgumentOutOfRangeException index is less than 0 or greater than the number of AccordionPanel controls in the Panels collection minus 1.
Makes the AccordionPanel following the specified AccordionPanel the current panel.
Throws:
ArgumentNullException panel is null.
Makes the AccordionPanel following the AccordionPanel the specified name the current panel.
Throws:
ArgumentNullException panelName is null; or panelName does not match the Name property of any AccordionPanel in the Panels collection.
Returns the AccordionPanel panel at the specified location.
Returns: Control. The AccordionPanel at the specified location.
Throws:
ArgumentOutOfRangeException index is less than 0 or greater than the number of AccordionPanel controls in the Panels collection minus 1.
Makes the AccordionPanel with the specified index the current AccordionPanel.
Throws:
ArgumentOutOfRangeException index is less than 0 or greater than the number of AccordionPanel controls in the Panels collection minus 1.
Makes the specified AccordionPanel the current AccordionPanel.
Throws:
ArgumentNullException panel is null.
Makes AccordionPanel with the specified name the current AccordionPanel.
Throws:
ArgumentNullException panelName is null; or panelName does not match the Name property of any AccordionPanel in the Panels collection.
AccordionEventHandler Fired when a panel is deselected.
AccordionCancelEventHandler Occurs before a panel is deselected, enabling a handler to cancel the panel change.
AccordionEventHandler Fired when a panel is selected.
EventHandler Fired when the SelectedIndex property has changed.
AccordionCancelEventHandler Occurs before a panel is selected, enabling a handler to cancel the panel change.
Wisej.Web.AccordionEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the Selected or Deselected event of a Accordion control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.Accordion PanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Contains a collection of objects.
: Returns the number of panels in the collection.
: Returns or sets a in the collection at the specified index.
Throws:
index is less than zero or greater than the highest available index.
value is null.
: Returns the with the specified key from the collection.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Wisej.Web.AcceleratorEventArgs
Wisej.Web.AccordionPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a panel in a control.
Initializes a new instance of the class.
Initializes a new instance of the class and specifies the text to display as the title of the panel.
Name | Type | Description |
---|
Overridden to update the parent Accordion when in design mode.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Adds a to the collection.
Parameter | Type | Description |
---|
The specified panel is null.
Creates a with the specified text, and adds it to the collection.
Parameter | Type | Description |
---|
Creates a with the specified key and text and adds it to the collection.
Parameter | Type | Description |
---|
Creates a with the specified key, text, and image, and adds it to the collection.
Parameter | Type | Description |
---|
Creates a with the specified key, text, and image, and adds it to the collection.
Parameter | Type | Description |
---|
Adds a set of panels to the collection.
Parameter | Type | Description |
---|
The value of panels is null.
Removes all the panels from the collection.
Removes and disposes all panels from the collection.
Parameter | Type | Description |
---|
Determines whether a specified is in the collection.
Parameter | Type | Description |
---|
Returns: . true if the specified is in the collection; otherwise, false.
The value of panel is null.
Determines whether the collection contains a with the specified key.
Parameter | Type | Description |
---|
Returns: . true to indicate a with the specified key was found in the collection; otherwise, false.
Copies the panels in the collection to the specified array, starting at the specified index.
Parameter | Type | Description |
---|
array is null.
array is less than zero.
array is multidimensional or the number of elements in the is greater than the available space from index to the end of array .
Returns the index of the in the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the panel; -1 if it cannot be found.
The value of panel is null.
Returns the index of the first occurrence of the with the specified key.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first occurrence of a with the specified key, if found; otherwise, -1.
Inserts an existing into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a new with the specified text and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a new with the specified key and text, and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a new with the specified key, text, and image, and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a with the specified key, text, and image, and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Removes the from the collection.
Parameter | Type | Description |
---|
The panel parameter is null.
Removes the at the specified index from the collection.
Parameter | Type | Description |
---|
Removes the with the specified key from the collection.
Parameter | Type | Description |
---|
Name | Description |
---|
: Returns the parent control.
: Returns whether the is collapsed. (Default: False
)
: Returns or sets a value indicating that the panel can show the expand button on the title bar. (Default: True
)
: Returns or sets the text to display as the title of the . (Default: ""
)
: Returns the instance of associated with this control.
Retrieves the panel that contains the specified .
Parameter | Type | Description |
---|
Returns: . The that contains the specified , or null if it cannot be found.
Name | Description |
---|
index
The index in the Panels collection of the AccordionPanel to deselect.
panel
The AccordionPanel to deselect.
panelName
The Name of the panel to deselect.
index
The index of the AccordionPanel to get.
index
The index in the Panels collection of the tab to select.
panel
The AccordionPanel to select.
panelName
The Name of the tab to select.
Bindable components implement this interface.
Controls that support drag & drop operations 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.
sender
The source of the event.
e
A AccordionEventArgs that contains the event data.
Fired when a panel is selected.
Fired when a panel is deselected.
panel |
text | The text to display on the panel. |
key |
text |
key |
text |
imageIndex |
key |
text |
imageKey |
panels |
dispose |
panel |
key |
array |
index | The zero-based index in the array at which copying begins. |
panel |
key |
index |
panel |
index |
text |
index |
key |
text |
index |
key |
text |
imageIndex |
index |
key |
text |
imageKey |
panel |
index |
key |
control |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when one of the key is pressed. |
keyData |
component | The Wisej component that originated the keyboard event. |
text | The text for the tab. |
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the UserDeletingItems event.
Initializes a new instance of the DataRepeaterAddRemoveItemsCancelEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Gets the number of items being deleted.
Int32: Returns the index of the item that is being deleted.
Wisej.Web.ContainerControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides focus-management functionality for controls that can function as a container for other controls.
Initializes a new instance of the ContainerControl class.
Keys[]: Returns or sets a collection of keys that fire the Accelerator event when the user presses the accelerator key while the focus is on any child control. (Default: null
)
Control: Returns or sets the active control on the container control.
Throws:
ArgumentException The Control assigned could not be activated.
BindingContext: Returns or sets the BindingContext for the control.
Boolean: Returns or sets whether the container will receive key events before the event is passed to the control that has focus. (Default: False
)
Form: Returns the Form that the container control is assigned to.
Page: Returns the Page that the container control is assigned to.
Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes (Default: False
)
Validates the last unvalidated control and its ancestors up through, but not including the current control.
Returns: Boolean.
Validates the last unvalidated control and its ancestors up through, but not including the current control.
Returns: Boolean.
AcceleratorEventHandler Fired when one of the Accelerators key is pressed.
EventHandler Fired when the value of the RightToLeftLayout property changes.
Wisej.Web.DataRepeater
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Displays data in a customizable list format.
Initializes a new instance of the DataRepeater class.
Boolean: Returns or sets whether users can add a new row to the DataRepeater at run time. (Default: True
)
Boolean: Returns or sets whether users can delete a row from the DataRepeater at run time. (Default: True
)
BorderStyle: Returns or sets the border style for the DataRepeater control. (Default: Solid
)
DataRepeaterItem: Returns the current DataRepeaterItem in the DataRepeater control.
Int32: Returns or sets the index of the current DataRepeaterItem in a DataRepeater control.
String: Return or sets the name of the list or table in the data source for which the DataRepeater is displaying data. (Default: ""
)
Object: Returns or sets the data source for which the DataRepeater is displaying data. (Default: null
)
DataRepeaterItem[]: Returns the list of DataRepeaterItem items currently displayed on the client.
Int32: Return the index of the first currently displayed DataRepeaterItem in a DataRepeater control.
Boolean: Return whether the data for a DataRepeaterItem in the DataRepeater control has been changed by a user.
BorderStyle: Returns or sets the border style for the items in a DataRepeater control.
Int32: Returns or sets the number of DataRepeaterItem items that are in the DataRepeater control.
Int32: Return sets the size of the item header in a DataRepeater control.
Boolean: Returns or sets whether item headers are displayed in a DataRepeater control.
Color: Returns or sets the background color for the DataRepeaterItem panel when it's the CurrentItem.
Size: Returns or sets the size of the DataRepeaterItem child panels.
DataRepeaterItem: Returns the template that represents the DataRepeaterItem for the DataRepeater control.
DataRepeaterLayoutStyles: Return or sets whether the DataRepeater control will be displayed with a vertical or horizontal orientation. (Default: Vertical
)
Int32: Returns or sets the number of items to prefetch outside of the visible area. The default is 0 (disabled). (Default: 0
)
Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes (Default: False
)
Boolean: Returns or sets whether the scrollbar is visible. When the scrollbar is hidden, the user can still scroll using touch events, the keyboard, or the wheel. (Default: True
)
Boolean: Returns or sets a value that indicates whether you have provided your own data-management operations for the DataRepeater control. (Default: False
)
Adds a new DataRepeaterItem to the DataRepeater control.
Throws:
ReadOnlyException The AllowUserToAddItems property is set to False.
Allows users to cancel an edit to the current child control in the current DataRepeaterItem.
Forces a full reload of the data displayed by this DataRepeater.
Forces a full reload of the data displayed by this DataRepeater.
Removes a DataRepeaterItem at the specified position from a DataRepeater control.
Throws:
ArgumentOutOfRangeException The value specified for index is less than 0 or greater than ItemCount - 1.
Resets the value of ItemBorderStyle to the original value.
Resets the value of ItemHeaderSize to the original value.
Resets the value of ItemHeaderVisible to the original value.
Scrolls the specified DataRepeaterItem into view.
Throws:
ArgumentOutOfRangeException The value specified for index is less than 0 or greater than ItemCount - 1.
Scrolls a specified DataRepeaterItem into view, optionally aligning it with the top of the control.
Throws:
ArgumentOutOfRangeException The value specified for index is less than 0 or greater than ItemCount - 1.
EventHandler Fired when the AllowUserToAddItems property changes.
EventHandler Fired when the AllowUserToDeleteItems property changes.
EventHandler Fired when the property CurrentItemIndex changes.
DataRepeaterDataErrorEventHandler Fired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.
EventHandler Fired when the DataMember property changes.
EventHandler Fired when the DataSource property changes.
DataRepeaterItemEventHandler Fired after the DataRepeaterItem and its controls are cloned from the ItemTemplate.
DataRepeaterItemCloneEventHandler Fired before the DataRepeaterItem and its controls are cloned from the ItemTemplate.
DataRepeaterAddRemoveItemsEventHandler Fired when a new DataRepeaterItem is added to the DataRepeater control.
DataRepeaterItemEventHandler Fired after the DataRepeaterItem becomes the current item.
DataRepeaterAddRemoveItemsEventHandler Fired when a DataRepeaterItem is deleted from the DataRepeater control.
DataRepeaterItemEventHandler Fired when an instance of DataRepeaterItem is updated.
DataRepeaterItemValueEventHandler Fired when the VirtualMode property is set to true and a new value for a child control of a DataRepeaterItem is needed.
DataRepeaterItemValueEventHandler Fired when the VirtualMode property is set to true and the value of a child control in the DataRepeaterItem changes.
EventHandler Fired when the LayoutStyle property changes.
EventHandler Fired when the VirtualMode property is set to true and the user creates a new DataRepeaterItem.
DataRepeaterAddRemoveItemsEventHandler Fired when the user adds a new DataRepeaterItem.
DataRepeaterAddRemoveItemsEventHandler Fired after the user deletes a DataRepeaterItem.
DataRepeaterAddRemoveItemsCancelEventHandler Fired when the user deletes a DataRepeaterItem.
EventHandler Fired when the VirtualMode property changes.
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the , , , and events.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Return the number of items being added to or deleted from a control.
: Returns the index of the item being added or deleted.
Wisej.Web.DataRepeaterDataErrorEventArgs
Wisej.Web.DataRepeaterItem
The to add.
The name of the .
The text to display on the title of .
The name of the .
The text to display on the .
The index of the image to display on the title of the .
The name of the .
The text to display on the .
The key of the image to display on the title of the .
An array of type that contains the panels to add.
Indicates whether to dispose the panels removed from the collection.
The to locate in the collection.
The name of the to search for.
The one-dimensional array that is the destination of the panels copied from the collection. The array must have zero-based indexing.
The to locate in the collection.
The name of the to find in the collection.
The zero-based index location where the is inserted.
The to insert in the collection.
The zero-based index location where the is inserted.
The text to display in the .
The zero-based index location where the is inserted.
The name of the .
The text to display on the .
The zero-based index location where the is inserted
The name of the .
The text to display on the .
The zero-based index of the image to display on the .
The zero-based index location where the is inserted.
The name of the .
The text to display on the .
The key of the image to display on the .
The to remove.
The zero-based index of the to remove.
The name of the to remove.
Represents the method that will handle the event.
The to look for.
All wisej controls derived from the class must implement this interface.
A representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained be applying the bitwise OR (|) operator to constants from the enumeration.
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|
: Gets the that raised the data error.
: Gets the that raised the data error.
: Gets the that represents the error.
: Gets the name of the property of the control that raised the error.
: Gets or sets a value that indicates whether to throw an exception after code execution exits the event handler.
Name | Description |
---|
: Returns the index of a in a control.
: Returns value that determines whether the data for a in a control has been changed by the user.
Name | Description |
---|
Represents the method that handles the UserDeletingItems event.
checkAutoValidate
If true, the value of the AutoValidate property is used to determine if validation should be performed; if false, validation is unconditionally performed.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents a window or dialog box that makes up an application's user interface.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Provides an empty control that can be used to create other controls.
Displays data in a customizable list format.
Represents a desktop container that can host floating windows.
Provides an popup container that can be attached to other controls.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations 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.
refreshChildren
True to also refresh all the children of this control.
index
The index of the DataRepeaterItem.
index
The index of the DataRepeaterItem.
index
The index of the DataRepeaterItem.
alignWithTop
true to align the top of the DataRepeaterItem with the top of the control; otherwise, false.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations 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.
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.
sender | The source of the event. |
e | An object that contains the event data. |
Fired when the user deletes a . |
sender | The source of the event. |
e | A object that contains the event data. |
Fired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails. |
index |
count | The number of items being added or deleted. |
sender | The source of the event. |
e | An object that contains the event data. |
Fired when a new is added to the control. |
Fired when a is deleted from the control. |
Fired when the user adds a new . |
Fired after the user deletes a . |
item |
control |
property |
ex | The exception object. |
Wisej.Web.DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ItemCloning event.
Initializes a new instance of the DataRepeaterItemCloneEventArgs class.
Name | Type | Description |
---|---|---|
Boolean: Gets or sets a value that specifies whether the cloning is handled by the developer.
DataRepeaterItem: Gets the DataRepeaterItem from which the new DataRepeaterItem will be cloned.
DataRepeaterItem: Gets or sets the new DataRepeaterItem that is the result of the cloning operation.
Wisej.Web.DataRepeaterItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ItemCloned event.
Initializes a new instance of the DataRepeaterItemEventArgs class.
Name | Type | Description |
---|---|---|
DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemCloneEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the ItemCloning event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the ItemCloned event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemValueEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ItemValueNeeded and ItemValuePushed events.
Initializes a new instance of the DataRepeaterItemValueEventArgs class.
Name | Type | Description |
---|---|---|
Control: Gets the child control of a DataRepeaterItem that is raising the ItemValueNeeded or ItemValuePushed event.
Int32: Gets the index of the DataRepeaterItem that contains the control that is raising the ItemValueNeeded or ItemValuePushed event.
String: Gets the name of the data-bound property of the control that is raising a ItemValueNeeded or ItemValuePushed event.
Object: Gets the property value that has changed to raise a ItemValueNeeded or ItemValuePushed event.
Wisej.Web.DataRepeaterItemValueEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Represents the method that will handle the , , , and events.
Represents the method that will handle the event.
All wisej controls derived from the class must implement this interface.
The index of the that is being added or deleted.
The on which the error occurred.
The on the on which the error occurred.
The property on which the error occurred. For most controls, this will be the property.
Name | Description |
---|---|
Name | Description |
---|---|
Represents the method that will handle the ItemCloning event.
sender
The source of the event.
e
A DataRepeaterItemCloneEventArgs object that contains the event data.
Fired before the DataRepeaterItem and its controls are cloned from the ItemTemplate.
sender
The source of the event.
e
A DataRepeaterItemEventArgs object that contains the event data.
Fired after the DataRepeaterItem and its controls are cloned from the ItemTemplate.
Fired after the DataRepeaterItem becomes the current item.
Fired when an instance of DataRepeaterItem is updated.
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
sender
The source of the event.
e
A DataRepeaterItemValueEventArgs object that contains the event data.
Fired when the VirtualMode property is set to true and a new value for a child control of a DataRepeaterItem is needed.
Fired when the VirtualMode property is set to true and the value of a child control in the DataRepeaterItem changes.
source
The ItemTemplate from which the new item will be cloned.
item
The ItemTemplate cloned from the ItemTemplate object.
Represents the method that will handle the ItemCloned event.
itemIndex
The index of the DataRepeaterItem that contains the control that is raising the event.
control
The child control that is raising the event.
propertyName
The property of the control that has changed or that needs data.
value
The property value that has changed.
Wisej.Web.DataRepeaterLayoutStyles
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides an enumeration for specifying the orientation of items in a DataRepeater control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DesktopTaskBarItemClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ItemClick event.
Initializes a new instance of the DesktopTaskBarItemClickEventArgs class.
Name | Type | Description |
---|---|---|
DesktopTaskBarItem: Returns or sets the DesktopTaskBarItem that was clicked.
Wisej.Web.DesktopTaskBarItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a component in the Desktop control's taskbar.
Initializes a new instance of the DesktopTaskBarItem class.
Initializes a new instance of the DesktopTaskBarItem class and displays the specified text on the item.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
Boolean: Returns or sets whether the button is enabled. (Default: True
)
Image: Returns or sets the image that is displayed in a DesktopTaskBarItem.
ImagePosition: Returns or sets the position of the Image within this taskbar item. (Default: Left
)
String: Returns or sets the theme name or URL for the image to display in the DesktopTaskBarItem.
String: Returns or sets the name of the DesktopTaskBarItem.
Desktop: Returns the Desktop control that the taskbar item button is assigned to.
LeftRightAlignment: Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop. (Default: Left
)
Object: Returns or sets the object that contains user data. (Default: null
)
String: Returns or sets the text displayed on the taskbar item. (Default: ""
)
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
String: Returns or sets the text that appears as a ToolTip for the taskbar item. (Default: ""
)
Boolean: Returns or sets whether the taskbar item is visible or hidden. (Default: True
)
Updates the component on the client. Overridden to repaint the taskbar in design mode.
Wisej.Web.DesktopTaskBarItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the collection of DesktopTaskBarItem controls in a Desktop control.
Initializes a new instance of the DesktopTaskBarItemCollection class.
Name | Type | Description |
---|---|---|
Boolean: Returns a value indicating whether this collection is read-only.
DesktopTaskBarItem: Returns or sets the DesktopTaskBarItem at the specified index.
DesktopTaskBarItem: Returns the DesktopTaskBarItem identified by the name.
Adds a DesktopTaskBarItem with the specified text to the collection.
Returns: DesktopTaskBarItem. A DesktopTaskBarItem that represents the item that was added to the collection.
Adds a DesktopTaskBarItem to the collection.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The DesktopTaskBarItem being added to the collection is null.
ArgumentException The parent of the DesktopTaskBarItem specified in the item parameter is not null.
Adds an array of DesktopTaskBarItem to the collection.
Removes all DesktopTaskBarItem objects from the collection.
Removes and optionally disposes all DesktopTaskBarItem objects from the collection.
Determines whether the specified DesktopTaskBarItem is located within the collection.
Returns: Boolean. true if the DesktopTaskBarItem is located within the collection; otherwise, false.
Determines whether the collection contains a DesktopTaskBarItem with the specified key.
Returns: Boolean. true to indicate the collection contains a DesktopTaskBarItem with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the DesktopTaskBarItem objects in the collection.
Returns: IEnumerator. An IEnumerator that represents the item collection.
Returns the index within the collection of the specified DesktopTaskBarItem.
Returns: Int32. The zero-based index where the DesktopTaskBarItem is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a DesktopTaskBarItem with the specified key.
Returns: Int32. The zero-based index of the first occurrence of the DesktopTaskBarItem with the specified key, if found; otherwise, -1.
Inserts the specified DesktopTaskBarItem into the collection at the specified index.
Throws:
ArgumentNullException The button parameter is null.
ArgumentException The button parameter's parent is not null.
ArgumentOutOfRangeException The index parameter is less than zero or greater than the value of the Count property of the DesktopTaskBarItemCollection.
Removes the specified DesktopTaskBarItem from the collection.
Throws:
ArgumentNullException The DesktopTaskBarItem assigned to the item parameter is null.
Removes the DesktopTaskBarItem located at the specified index within the collection.
Throws:
ArgumentOutOfRangeException The index parameter is less than zero or greater than or equal to the value of the Count property of the DesktopTaskBarItemCollection.
Removes the DesktopTaskBarItem with the specified key from the collection.
Wisej.Web.Desktop
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a desktop container that can host floating windows.
Initializes a new instance of the Desktop class.
Boolean: Returns true if this desktop instance is the currently active desktop. It is the same as comparing the instance with Desktop.
Boolean: Returns or sets whether the taskbar is hidden automatically when there are no opened windows or no windows with the property ShowInTaskbar set to true. (Default: False
)
Rectangle: Returns a rectangle that represents the inner dimensions of the Desktop control.
DockStyle: Returns or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Default: None
)
Int32: Returns or sets the height of the page.
Boolean: Returns whether the taskbar is currently visible.
DesktopTaskBarItemCollection: Returns the collection of DesktopTaskBarItem controls displayed in the taskbar of the desktop control.
Point: Returns or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Size: Returns the height and width of the page.
HorizontalAlignment: Return or sets the alignment of the content of the taskbar. (Default: Left
)
When using Left the
Position: Return or sets the position of the taskbar to one of the four sides indicated by the Position values. (Default: Bottom
)
Int32: Returns the height or width of the taskbar in the current theme, depending on the value of TaskbarPosition.
String: Returns or sets the title of the Desktop. If the desktop is the main desktop, setting the text also changes the title in the browser. (Default: ""
)
String: Returns or sets the wallpaper image. (Default: ""
)
Int32: Returns or sets the width of the page.
EventHandler Fired when the desktop becomes active, and it's the new Desktop.
EventHandler Fired when the desktop is deactivated and it's no longer the Desktop.
DesktopTaskBarItemClickEventHandler Fired when a DesktopTaskBarItem on the Desktop is clicked.
DesktopTaskBarItemClickEventHandler Fired when a DesktopTaskBarItem on the Desktop is double clicked.
EventHandler Fired before the desktop becomes visible for the first time.
EventHandler Occurs when the property TaskbarAlignment changes value.
EventHandler Occurs when the property TaskbarPosition changes value.
EventHandler Occurs when the property AutoHideTaskbar is set to true and the TaskBar is either hidden or shown.
Wisej.Web.DesktopTaskBarItemDateTime
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a DateTime component in the control's taskbar.
Initializes a new instance of setting the initial value to .
: Returns or sets the position of this within the taskbar in the parent . (Default: Right
)
Wisej.Web.DesktopTaskBarItemControl
Wisej.Web.FlowLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
Arranges child controls horizontally or vertically. Ignores the control location, dock style and anchoring. Uses the following properties of the child controls:
Increases the space around the control.
FillWeight Stretches the width of control proportionally, according to the fill weights of all the children, to use the remaining space in the row.
Enforces the minimum size of controls stretched using the FillWeight value.
Enforces the maximum size of controls stretched using the FillWeight value.
FlowBreak Determines whether to create a new row or a new column after the control.
Uses the following properties of the parent control:
Wraps child controls to a new column (, or ) or to a new row (, ).
When set to false, child controls do not wrap and are either clipped or scrolled.
Increases the distance between the child controls and the borders of the parent panel.
Determines whether to proportionally stretch the width or the control to fill the remaining space it the containing row.
Determines whether to proportionally stretch the width or the control to fill the remaining space it the containing row.
Wisej.Web.FlexLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a panel that dynamically arranges its child controls.
The can arrange its child controls using the layout engine specified in . When the value is set to , the child controls are arranged using the default layout engine, using their location, dock style and anchor properties. When the value of is set to , child controls are arranged horizontally in a single row. When the value of is set to , child controls are arranged vertically in a single column. Uses the following properties of the child controls:
Increases the space around the control.
AlignY Aligns the control vertically within its parent using one of the values. It's used only when is set to .
AlignX Aligns the control horizontally within its parent using one of the values. It's used only when is set to .
FillWeight Stretches the control's width or height to use the remaining space in the parent proportionally, according to the fill weights of all the children.
Enforces the minimum size of controls stretched using the FillWeight value.
Enforces the maximum size of controls stretched using the FillWeight value.
Uses the following properties of the parent control:
Aligns all the child controls horizontally using one of the values. If any of the child control indicates a FillWeight value greater than 0, the remaining space is used to stretch the control and no alignment can take place since there is no remaining space. When is set to , the value of is the default for the AlignX property of child controls.
Aligns all the child controls vertically using one of the values. If any of the child control indicates a FillWeight value greater than 0, the remaining space is used to stretch the control and no alignment can take place since there is no remaining space. When is set to , the value of is the default for the AlignY property of child controls.
Increases the horizontal or vertical space between the child controls. The value in pixels of is added to the control's .
Increases the distance between the child controls and the borders of the parent panel.
Determines whether to proportionally stretch the child within the panel to use the remaining space.
Determines whether to proportionally stretch the child within the panel to use the remaining space.
Name | Description |
---|---|
Name | Description |
---|---|
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 |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|
: Returns the control that the taskbar item button is assigned to.
Name | Description |
---|
Initializes a new instance of the class.
: Returns or sets a value indicating the flow direction of the control. (Default: LeftToRight
)
: Returns the control's layout engine.
: Returns or sets whether the control should wrap its contents or let the contents be clipped. (Default: True
)
Parameter | Type | Description |
---|
Returns: . The fill weight value associated with the control.
The FillWeight property defines the relative width of a control in a row managed by the . The default value is 0 and the maximum value is 100 (the control will fill all the remaining width of the row.)
Determines whether to create a new row or a new column, depending on the value of the property, after the control.
Parameter | Type | Description |
---|
Returns: . true if the flow break is set; otherwise, false.
Parameter | Type | Description |
---|
The FillWeight property defines the relative width of a control in a row managed by the . The default value is 0 and the maximum value is 100 (the control will fill all the remaining width of the row.) Throws:
The value is less than 0 or greater than 100.
Determines whether to create a new row or a new column, depending on the value of the property, after the control.
Parameter | Type | Description |
---|
Name | Description |
---|
Name | Description |
---|
: Determines the horizontal alignment of the child controls when is set to . (Default: Left
)
: Returns the control's layout engine.
: Determines the layout engine to use to arrange the panel's child controls. (Default: Default
)
Controls are arranged using the default layout engine and according to their location, dock style, and anchoring.
Controls are arranged horizontally in a single row according to their width, alignment, fill weight, and margin. The control's location, dock style, and anchoring are ignored.
Controls are arranged vertically in a single column according to their height, alignment, fill weight, and margin. The control's location, dock style, and anchoring are ignored.
: Returns or sets the additional space, in pixels, between child controls when is set to or . The default value is 10. (Default: 10
)
: Determines the vertical alignment of the child controls when is set to . (Default: Top
)
Determines the horizontal alignment of the child control within the panel when is set to .
Parameter | Type | Description |
---|
Returns: .
Determines the vertical alignment of the child control within the panel when is set to .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: . The fill weight value associated with the control.
The FillWeight property defines the relative width or height of a control managed by the . The default value is 0 and the maximum value is 100.
Determines the horizontal alignment of the child control within the panel when is set to .
Parameter | Type | Description |
---|
Determines the vertical alignment of the child control within the panel when is set to .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
The FillWeight property defines the relative width or height of a control managed by the . The default value is 0 and the maximum value is 100. Throws:
The value is less than 0 or greater than 100.
Name | Description |
---|
Horizontal
Items are displayed in a horizontal format. A horizontal scroll bar will be displayed as necessary.
Vertical
Items are displayed in a vertical format. A vertical scroll bar will be displayed as necessary.
Return or sets whether the DataRepeater control will be displayed with a vertical or horizontal orientation.
sender
The source of the event.
e
A DesktopTaskBarItemClickEventArgs that contains the event data.
Fired when a DesktopTaskBarItem on the Desktop is clicked.
Fired when a DesktopTaskBarItem on the Desktop is double clicked.
Represents a DateTime component in the Desktop control's taskbar.
All wisej components implement this interface.
Allows an object to serialize itself.
text
The text for the DesktopTaskBarItem that is being added.
item
A DesktopTaskBarItem that represents the panel to add to the collection.
items
Array of DesktopTaskBarItem objects to add to the collection.
dispose
Indicates whether the removed items should be disposed.
button
The DesktopTaskBarItem to locate in the collection.
key
The name of the item to find in the collection.
button
The DesktopTaskBarItem to locate in the collection.
key
The name of the DesktopTaskBarItem to find in the collection.
index
The zero-based index location where the panel is inserted.
button
A DesktopTaskBarItem representing the panel to insert.
item
The DesktopTaskBarItem representing the panel to remove from the collection.
index
The zero-based index of the item to remove.
key
The name of the DesktopTaskBarItem to remove from the collection.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
All wisej top-level windows implement this interface.
Allows an object to serialize itself.
All wisej components implement this interface. |
Allows an object to serialize itself. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
control | The child control. |
control | The child control. |
control | The child control. |
value | The fill weight value to set. |
control | The child control. |
value | The flow-break value to set. |
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
control |
control |
control | The child control. |
control |
value |
control |
value |
control | The child control. |
value | The fill weight value to set. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
item
The DesktopTaskBarItem that was clicked.
button
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
text
The text to display on the new DesktopTaskBarItem.
owner
The Desktop control that owns this collection.
Default | Child controls are arranged according to the location, dock style and anchoring values. |
Horizontal | Child controls are arranged horizontally using their margin and alignment properties. |
Vertical | Child controls are arranged vertically using their margin and alignment properties. |
Determines the layout engine to use to arrange the panel's child controls. |
BottomUp | Elements flow from the bottom of the design surface to the top. |
LeftToRight | Elements flow from the left edge of the design surface to the right. |
RightToLeft | Elements flow from the right edge of the design surface to the left. |
TopDown | Elements flow from the top of the design surface to the bottom. |
Returns or sets a value indicating the flow direction of the control. |
Wisej.Web.FormClosedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that handles a FormClosed event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.FormClosedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the FormClosed event.
Initializes a new instance of the FormClosedEventArgs class.
Name | Type | Description |
---|---|---|
CloseReason: Returns a value that indicates why the form was closed.
Name | Description |
---|---|
Wisej.Web.FormClosingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the FormClosing event.
Initializes a new instance of the FormClosingEventArgs class.
Name | Type | Description |
---|---|---|
CloseReason: Returns a value that indicates why the form is being closed.
Wisej.Web.FormClosingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that handles a FormClosing event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.Form
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a window or dialog box that makes up an application's user interface.
Default constructor.
: Returns or sets the button on the form that is clicked when the user presses the ENTER key. (Default: null
)
Throws:
Throws:
Throws:
Throws:
Throws:
Activates the form and gives it focus.
Adds an owned form to this form.
Closes the form.
Computes the location of the specified screen point into client coordinates.
Computes the location of the specified client point into screen coordinates.
Removes an owned form from this form.
Shows the form to the user.
Throws:
Shows the form with the specified owner to the user.
Throws:
Shows the form as a modal dialog box. When the onclose is specified, the dialog is modal only in the browser.
When using ShowDialog, the dialog instance is not automatically disposed when the dialog is closed because dialogs are reusable. To make sure that memory is released properly, you must dispose the instance in your code or use the typical using pattern. Dialogs that are closed, but not disposed and not referenced by the application will be disposed by the Garbage Collector when it kicks in.
Modal dialogs suspend the code execution on the server side effectively replicating the full modal workflow employed by desktop applications. However, when the optional onclose parameter is specified, the dialog is modal only in the browser and doesn't suspend the server thread. Which is similar to the typical asynchronous modal pattern used in javascript.
Throws:
Shows the form as a modal dialog box with the specified owner. When the onclose is specified, the dialog is modal only in the browser.
When using ShowDialog, the dialog instance is not automatically disposed when the dialog is closed because dialogs are reusable. To make sure that memory is released properly, you must dispose the instance in your code or use the typical using pattern. Dialogs that are closed, but not disposed and not referenced by the application will be disposed by the Garbage Collector when it kicks in.
Modal dialogs suspend the code execution on the server side effectively replicating the full modal workflow employed by desktop applications. However, when the optional onclose parameter is specified, the dialog is modal only in the browser and doesn't suspend the server thread. Which is similar to the typical asynchronous modal pattern used in javascript.
Throws:
Asynchronously shows the form as an awaitable modal dialog box.
When using ShowDialog, the dialog instance is not automatically disposed when the dialog is closed because dialogs are reusable. To make sure that memory is released properly, you must dispose the instance in your code or use the typical using pattern. Dialogs that are closed, but not disposed and not referenced by the application will be disposed by the Garbage Collector when it kicks in.
Asynchronous Modal dialogs don't suspend the code execution on the server side but can be "awaited" in "async" methods effectively replicating the full modal workflow employed by desktop applications in an asynchronous environment.
Throws:
All wisej controls derived from the class must implement this interface.
All wisej controls derived from the class must implement this interface.
Name | Description |
---|---|
Assigning the AcceptButton doesn't automatically close the window when the button is pressed. It only assigns the value of the property of the form to the value of the property of the button. To close the form when the is clicked, you have to call the method when the button is pushed.
: Returns whether the form is the currently active top level window or the active mdi child window.
: Returns the currently active form for this application.
: Returns the currently active multiple-document interface (MDI) child window.
: Returns or sets whether the opacity of the form can be adjusted.
: Sets the appearance key for the theme engine. (Default: null
)
: Automatically closes the form or dialog when the user clicks anywhere on the browser outside of the form. (Default: False
)
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: False
)
: Indicates the automatic sizing behavior of the control. (Default: GrowOnly
)
: Returns or sets how the control performs validation when the user changes focus to another control.
: Returns or sets the button control that is clicked when the user presses the ESC key. (Default: null
)
Assigning the CancelButton doesn't automatically close the window when the button is pressed. It only assigns the value of the property of the form to the value of the property of the button. To close the form when the is clicked, you have to call the method when the button is pushed.
: Returns or sets the size of the client area of the form.
: Returns or sets whether the Close button is displayed in the caption bar of the form. (Default: True
)
: Returns the reason for the form closing.
: Returns or sets whether a control box is displayed in the caption bar of the form. (Default: True
)
: Returns or sets the dialog result for the form.
: Enables or disables merging the MdiParent's menu with the active MdiChild form's menu. (Default: False
)
: Returns or sets the border style of the form. (Default: Sizable
)
: Returns whether this form is an and has any Mdi child form.
: Returns whether this form has any owned form.
: Returns or sets the background color of the title bar and frame of the window.
: Returns or sets the text color of the title bar of the window.
: Returns or sets the icon (32x32) for the .
: Returns or sets the large icon (128x128) for the .
: Returns or sets the theme name or URL for the large icon to display for the .
: Returns or sets the theme name or URL for the icon to display for the .
: Returns whether the has been closed.
Modal dialogs are reusable and are not disposed automatically when closed. Use this property to check whether a modal dialog has been closed, and use to check if it has been disposed.
: Returns whether the was created as a modal or modeless dialog using .
: Returns a value indicating whether the form is a multiple-document interface (MDI) child form.
: Returns or sets whether the form is a container for multiple-document interface (MDI) child forms. (Default: False
)
: Keeps the form always centered in the browser. (Default: False
)
: Keeps the entire form within the browser view preventing the user from dragging the form, even partially, outside of the view. (Default: False
)
: Returns or sets whether the form is resized while the border is being dragged. (Default: False
)
: Returns or sets whether the Maximize button is displayed in the caption bar of the form. (Default: True
)
: Returns the maximum size the form can be resized to. (Default: {Width=0, Height=0}
)
The values of the height or width within the object are less than zero.
: Returns an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form.
: Returns the internal MdiClient component.
: Returns or sets the current multiple-document interface (MDI) parent form of this form.
The assigned to this property is not marked as an MDI container.
: Provides properties for the object used to display the tabbed MDI interface.
: Returns or sets the that is displayed in the form. (Default: null
)
: Returns the merged menu for the form.
: Returns or sets whether the Minimize button is displayed in the caption bar of the form. (Default: True
)
: Returns or sets the minimum size the form can be resized to.
The values of the height or width within the object are less than zero.
: Returns whether this form is displayed modally.
: Returns or sets whether the form can be moved by dragging.
: Returns or sets the opacity level of the form. (Default: 1
)
: Returns an array of objects that represent all forms that are owned by this form.
: Returns or sets the form that owns this form.
A top-level window cannot have an owner.
: Returns or sets whether the form is displayed in the taskbar. (Default: True
)
: Returns or sets a value that shows the modal mask on the client when this form is displayed. (Default: False
)
Modal forms - forms opened using - always show the modal mask by default.
: Returns or sets the size of the form.
: Returns or sets the starting position of the form at run time. (Default: DefaultLocation
)
: Returns or sets the title of the window. (Default: ""
)
: Returns the instance of associated with this control.
: Returns or sets whether to display the form as a top-level window.
A Multiple-document interface (MDI) parent form must be a top-level window.
: Returns or sets whether the form should be displayed as a topmost form. (Default: False
)
: Returns or sets a value that indicates whether form is minimized, maximized, or normal. (Default: Normal
)
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . A that represents the converted , point , in client coordinates.
Parameter | Type | Description |
---|
Returns: . A that represents the converted , point , in screen coordinates.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Forms are disposed immediately when they are closed and cannot be shown again. The optional onclose parameter is an asynchronous callback handler invoked when the form is closed. It is similar to handling the event.
The form being shown is already visible; or the form being shown is not a top-level window; or the form being shown as a dialog box is already a modal form.
Parameter | Type | Description |
---|
Forms are disposed immediately when they are closed and cannot be shown again. The optional onclose parameter is an asynchronous callback handler invoked when the form is closed. It is similar to handling the event.
The form being shown is already visible; or The form specified in the owner parameter is the same as the form being shown; or the form being shown is disabled; or the form being shown is not a top-level window; or the form being shown as a dialog box is already a modal form.
Parameter | Type | Description |
---|
Returns: . One of the values.
The form being shown is already visible; or the form being shown is disabled; or the form being shown is not a top-level window; or the form being shown as a dialog box is already a modal form.
Parameter | Type | Description |
---|
Returns: . One of the values.
The form specified in the owner parameter is the same as the form being shown.
The form being shown is already visible; or The form specified in the owner parameter is the same as the form being shown; or the form being shown is disabled; or the form being shown is not a top-level window; or the form being shown as a dialog box is already a modal form.
Parameter | Type | Description |
---|
Returns: . An awaitable that contains the value returned asynchronous when the user closes the modal dialog.
The form being shown is already visible; or the form being shown is disabled; or the form being shown is not a top-level window; or the form being shown as a dialog box is already a modal form.
Fired when the form is activated in code or by the user.
Fired when the form loses focus and is no longer the active form.
Occurs after the form is closed.
Occurs before the form is closed.
Fired when the Help button is clicked.
Fired before a form is displayed for the first time.
Fired when the value of the property has changed.
Fired when a multiple-document interface (MDI) child form is activated.
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.
Fired when the value of the property has changed.
Fired whenever the form is first displayed.
Fired when a is clicked.
Fired when the value of the property has changed.
Name | Description |
---|
Name | Description |
---|
sender
The source of the event.
e
A FormClosedEventArgs that contains the event data.
Occurs after the form is closed.
Fixed
A fixed, not resizable border.
FixedToolWindow
A tool window border that is not resizable.
None
No border.
Sizable
A resizable border.
SizableToolWindow
A resizable tool window border.
Returns or sets the border style of the form.
ApplicationExit
The application is terminating.
FormOwnerClosing
The owner control form is closing.
MdiFormClosing
The parent form of this multiple document interface (MDI) form is closing.
None
The cause of the closure was not defined or could not be determined.
UserClosing
The user is closing the form through the user interface (UI).
Returns the reason for the form closing.
Returns a value that indicates why the form was closed.
Returns a value that indicates why the form is being closed.
Closes the window.
Represents the method that handles a FormClosing event.
sender
The source of the event.
e
A FormClosingEventArgs that contains the event data.
Occurs before the form is closed.
ownedForm |
point |
point |
ownedForm |
onclose |
owner |
onclose |
onclose |
owner |
onclose |
owner |
UI implementation for the FileDialog class. |
UI implementation for the FolderDialog class. |
Bindable components implement this interface. |
Provides the functionality for a control to act as a parent for other controls. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
All wisej top-level windows implement this interface. |
Allows an object to serialize itself. |
closeReason
A CloseReason value that represents the reason why the form was closed.
Represents the method that handles a FormClosed event.
closeReason
A CloseReason value that represents the reason why the form is being closed.
cancel
true to cancel the event; otherwise, false.
CenterParent | The form is centered within the bounds of its parent form. |
CenterScreen | The form is centered on the current display, and has the dimensions specified in the form's size. |
DefaultLocation | The form is positioned at the default location and has the dimensions specified in the form's size. |
Manual | The position of the form is determined by the property. |
Returns or sets the starting position of the form at run time. |
Maximized | A maximized window. |
Minimized | A minimized window. |
Normal | A default sized window. |
Returns or sets the initial of the common dialog. |
Returns or sets a value that indicates whether form is minimized, maximized, or normal. |
Wisej.Web.MdiTabProperties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Encapsulates properties related to the tabbed MDI interface.
Initializes a new instance of the MdiTabProperties class.
Name | Type | Description |
---|---|---|
TabAlignment: Returns or sets the area of the control (for example, along the top) where the tabs are aligned. (Default: Top
)
Boolean: Returns or sets whether the user can change the position of a tab button by dragging it. (Default: False
)
Color: Returns or sets the background color for the control.
BorderStyle: Indicates the border style for the control. (Default: Solid
)
Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the TabControl tab pages.
Boolean: Returns or sets whether the menu of the MdiChild form is shown on the tab button. (Default: False
)
Boolean: Returns or sets whether the thumbnail page is visible. (Default: True
)
TabSizeMode: Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or aligned to the left. (Default: Normal
)
Wisej.Web.MdiClient
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the container for multiple-document interface (MDI) child forms.
Initializes a new instance of MdiClient.
Name | Type | Description |
---|---|---|
Form: Returns the currently active multiple-document interface (MDI) child window.
Form[]: Returns the child multiple-document interface (MDI) forms of the MdiClient control.
TabControl: Returns the internal TabControl.
Wisej.Web.GroupBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
Initializes a new instance of the GroupBox class.
Boolean: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
Boolean: Returns or sets a value that indicates whether the GroupBox resizes based on its contents. (Default: False
)
AutoSizeMode: Returns or sets the mode by which the Button automatically resizes itself. (Default: GrowOnly
)
Boolean: Gets or sets whether the checkbox next to the group box title is checked or unchecked. (Default: True
)
Boolean: Returns or sets a value that indicates whether the GroupBox is collapsed or expanded. (Default: False
)
Rectangle: Returns a rectangle that represents the inner dimensions of the GroupBox control.
Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes (Default: False
)
Boolean: Gets or sets whether the group box shows a checkbox next to the text. (Default: False
)
Boolean: Returns or sets a value that indicates the GroupBox displays the open/close button next to the title. (Default: False
)
Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
EventHandler Fired when the value of the Checked property changes.
EventHandler Fired when the groupbox is collapsed.
EventHandler Fired when the groupbox is expanded.
EventHandler Fired when the value of the RightToLeftLayout property changes.
Wisej.Web.Page
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
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.
To show the page assign it to the MainPage property.
Initializes a new instance of the Page class.
IButtonControl: Returns or sets the button that is clicked when the user presses the ENTER key. (Default: null
)
Boolean: Returns true if this page instance is the currently active page. It is the same as comparing the instance with MainPage.
Page: Returns the currently active page for this application. It's the same as MainPage, it is added to be consistent with ActiveForm.
Boolean: Returns or sets whether the container enables the user to scroll to any controls placed outside of its visible boundaries. (Default: False
)
AutoValidate: Returns or sets how the control performs validation when the user changes focus to another control.
IButtonControl: Returns or sets the button control that is clicked when the user presses the ESC key. (Default: null
)
Int32: Returns or sets the height of the page.
Size: Returns the height and width of the page.
String: Returns or sets the title of the Page. If the page is the main page, setting the text also changes the title in the browser. (Default: ""
)
Int32: Returns or sets the width of the page.
Validates all selectable child controls in the container, including descendants. This is equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See Selectable for details of exactly which child controls will be validated.
Returns: Boolean. true if all of the children validated successfully; otherwise, false. If called from the Validating or Validated event handlers, this method will always return false.
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .
Returns: Boolean. true if all of the children validated successfully; otherwise, false. If called from the Validating or Validated event handlers, this method will always return false.
EventHandler Fired when the page becomes active, and it's the new MainPage.
EventHandler Fired when the page is deactivated and it's no longer the MainPage.
EventHandler Fired before the control becomes visible for the first time.
Wisej.Web.Panel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a collapsible panel with an optional header that contains a group of controls.
Initializes a new instance of the Panel class.
PanelAutoShowMode: Returns or sets a value that indicates whether the collapsed panel is automatically expanded when the mouse hovers over the title bar. (Default: OnClick
)
Boolean: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: False
)
AutoSizeMode: Indicates the automatic sizing behavior of the control. (Default: GrowOnly
)
BorderStyle: Indicates the border style for the control. (Default: None
)
Boolean: Returns or sets a value that indicates whether the Panel is collapsed. (Default: False
)
HeaderPosition: Returns or sets a value that indicates to which side should the panel collapse. (Default: Top
)
Rectangle: Returns a rectangle that represents the dimensions of the GroupBox.
Boolean: Returns or sets whether the control can gain the focus. (Default: False
)
HorizontalAlignment: Returns or sets the alignment of the header text in the Panel control. (Default: Left
)
Color: Returns or sets the background color of the header of the panel.
Color: Returns or sets the text color of the header of the panel.
HeaderPosition: Returns or sets a value that indicates on which side to display the header when the header is visible. (Default: Top
)
Int32: Returns or sets the size of the header. When the header is horizontal, the size if the height; when it's vertical, the size if the width. Set it to -1 to reset to the size set in the current theme.
Image: Returns or sets the image that is displayed in the header of the panel.
Int32: Returns or sets the image list index value of the image in the ImageList displayed in the button control. (Default: -1
)
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
String: Returns or sets the key accessor for the image in the ImageList displayed in the header of the panel. (Default: ""
)
ImageList: Returns or sets the ImageList that contains the Image displayed in the header of the panel control. (Default: null
)
String: Returns or sets the theme name or URL for the image to display in the header of the panel.
Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes (Default: False
)
Boolean: Returns or sets a value that indicates the caption bar displays the close button to collapse or expand the panel. (Default: True
)
Boolean: Returns or sets a value that indicates whether the caption bar is visible. (Default: False
)
Boolean: Returns or sets whether the user can give the focus to this control using the TAB key and the Focusable property is set to true. (Default: False
)
String: Returns or sets the title of the Panel panel. (Default: ""
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
String: Returns or sets the ToolTip text for the header of the panel. (Default: ""
)
EventHandler Fired when the panel is collapsed.
EventHandler Fired when the panel is expanded.
EventHandler Fired when the value of the RightToLeftLayout property changes.
ToolClickEventHandler Fired when a ComponentTool is clicked.
Wisej.Web.ScrollableControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Defines a base class for controls that support auto-scrolling behavior.
Initializes a new instance of the ScrollableControl class.
Boolean: Returns or sets whether the container enables the user to scroll to any controls placed outside of its visible boundaries. (Default: False
)
Size: Returns or sets the size of the auto-scroll margin. (Default: {Width=0, Height=0}
)
Throws:
ArgumentOutOfRangeException The Height or Width value assigned is less than 0.
Size: Returns or sets the minimum size of the auto-scroll. (Default: {Width=0, Height=0}
)
Rectangle: Returns the rectangle that represents the virtual display area of the control.
HScrollProperties: Returns the properties associated with the horizontal scroll bar.
ScrollBars: Returns or sets the type of scroll bars to display for the ScrollableControl control. (Default: Both
)
VScrollProperties: Returns the properties associated with the vertical scroll bar.
Computes the location of the specified screen point into client coordinates.
Returns: Point. A Point that represents the converted Point, point , in client coordinates.
Computes the location of the specified client point into screen coordinates.
Returns: Point. A Point that represents the converted Point, point , in screen coordinates.
Scrolls the specified child control into view.
Scrolls the specified child control into view. using the specified alignX and alignY preferences.
ScrollEventHandler Fired when the user or code scrolls through the client area.
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.
Wisej.Web.ScrollEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.SplitContainer
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Initializes a new instance of the class.
: Returns or sets the background image displayed in the control. (Default: null
)
Throws:
Throws:
Throws:
Throws:
Resets the size of the splitter to the value set in the theme.
Wisej.Web.ScrollEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the Scroll event.
Initializes a new instance of the class using the given values for the and properties.
Name | Type | Description |
---|
Initializes a new instance of the class using the given values for the and properties.
Name | Type | Description |
---|
Initializes a new instance of the class using the given values for the , , and properties.
Name | Type | Description |
---|
Wisej.Web.SlideBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Displays child controls vertically or horizontally in a scrollable container.
Initializes a new instance of the class.
: Returns or sets the type of border that is drawn around the control. (Default: None
)
The default background color is set in the theme color as "slidebarButtons".
Throws:
Throws:
Scrolls the content by the specified offset in pixels.
Scrolls the specified child control into view.
Scrolls the specified child control into view. using the specified alignX preference.
Scrolls the specified child control into view. using the specified alignY preference.
Scrolls the content to the specified position in pixels.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
Wisej.Web.SplitterCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for splitter events.
Initializes a new instance of the class with the specified coordinates of the mouse pointer and the upper left corner of the .
Name | Type | Description |
---|
: Returns or sets the X coordinate of the upper left corner of the splitter in client coordinates.
: Returns or sets the Y coordinate of the upper left corner of the splitter in client coordinates.
Wisej.Web.StatusBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Initializes a new instance of the class.
: Returns or sets the docking behavior of the control. (Default: Bottom
)
The that this form will own.
The screen coordinate to convert.
The client coordinate to convert.
A representing the form to remove from the list of owned forms for this form.
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the
A that is related to this instance. This form is added to the collection of the owner form.
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the
A that is related to this instance. This form is added to the collection of the owner form.
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the When the onclose event handler is specified, the modal dialog doesn't suspend the execution on the server but it's still shown as a modal dialog on the client.
An optional that is related to this instance. This form is added to the collection of the owner form.
All wisej controls derived from the class must implement this interface.
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns or sets the background image displayed in the control. (Default: null
)
: Returns or sets the for the .
: Returns or sets the style of border for the . (Default: Solid
)
: Returns or sets which panel remains the same size when the container is resized. (Default: None
)
: Returns or sets whether the splitter is fixed or movable. (Default: False
)
: Returns or sets a value indicating the horizontal or vertical orientation of the panels. (Default: Vertical
)
: Returns the left or top panel of the , depending on .
: Returns or sets a value determining whether is collapsed or expanded. (Default: False
)
: Returns or sets the minimum distance in pixels of the splitter from the left or top edge of . (Default: 25
)
The specified value is incompatible with the orientation.
: Returns the right or bottom panel of the , depending on .
: Returns or sets a value determining whether is collapsed or expanded. (Default: False
)
: Returns or sets the minimum distance in pixels of the splitter from the right or bottom edge of . (Default: 25
)
The specified value is incompatible with the orientation.
: Returns or sets the location of the splitter, in pixels, from the left or top edge of the . (Default: 50
)
The value is less than zero.
The value is incompatible with the orientation.
: Returns the size and location of the splitter relative to the .
: Returns or sets the width of the splitter in pixels.
The value is less than one or is incompatible with the orientation.
Fired when the value of changes.
Fired when the splitter control is moved.
Fired when the splitter control is in the process of moving.
Name | Description |
---|
Initializes a new instance of the class using the given values for the , , and properties.
Name | Type | Description |
---|
Initializes a new instance of the class using the given values for the , , , and properties.
Name | Type | Description |
---|
: Returns or sets the new of the scroll bar.
: Returns the old of the scroll bar.
: Returns the scroll bar orientation that raised the Scroll event.
: Returns the type of scroll event that occurred.
Name | Description |
---|
: Returns or sets the background of the scroll buttons.
: Returns the properties associated with the horizontal scroll position.
: Returns the control's layout engine.
: Returns or sets the of the control. (Default: Horizontal
)
: Returns or sets the number of pixels to scroll when the scroll buttons are pressed. (Default: 15
)
The value is less than 1 or greater than 32000.
: Returns or sets the spacing between the child controls. (Default: 0
)
The value is less than 0 or greater than 32000.
: Returns the properties associated with the vertical scroll position.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Fired when the value of changes.
Fired when the widget scrolls its content.
Fired when the control has completed the scrolling animation.
Fired when the value of changes.
Fired when the value of changes.
Name | Description |
---|
Name | Description |
---|
: Returns or sets a value that indicates whether the is collapsed. (Default: False
)
: Returns or sets a value that indicates to which side should the panel collapse. (Default: Top
)
: The name of this .
: Returns or sets the that contains this .
: Returns or sets the height and width of the .
Name | Description |
---|
: Returns the collection of panels contained within the control.
: Returns or sets whether any panels that have been added to the control are displayed. (Default: True
)
The StatusBar control displays the value of its property without any panels by default. When ShowPanels is set to true, the children specified in the StatusBar control are displayed; otherwise they are hidden and the is displayed instead.
: Returns or sets whether a sizing grip is displayed in the lower-right corner of the control. (Default: True
)
: Returns or sets the text displayed in the control when if doesn't contain any or when is false. (Default: ""
)
The text assigned to the is displayed only if it doesn't contain any or if the property is false.
: Returns or sets how text is aligned in a control. (Default: Left
)
Fired when a object on a control is clicked.
Name | Description |
---|
Bindable components implement this interface.
Controls that support drag & drop operations 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.
Bindable components implement this interface.
Controls that support drag & drop operations 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.
flags
Places restrictions on which controls have their Validating event raised.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
All wisej top-level windows implement this interface.
Allows an object to serialize itself.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
Creates a panel that is associated with a SplitContainer.
Represents a single tab page in a TabControl.
Used by the DataRepeater control to display data at run time.
Represents a panel in a Accordion control.
Represents a panel that dynamically arranges its child controls.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that 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.
point
The screen coordinate Point to convert.
point
The client coordinate Point to convert.
control
The child control to scroll into view.
control
The child control to scroll into view.
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.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Provides focus-management functionality for controls that can function as a container for other controls.
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 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 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 SplitContainer.
Represents a single tab page in a TabControl.
Provides an empty control that can be used to create other controls.
Displays data in a customizable list format.
Used by the DataRepeater control to display data at run time.
Represents a desktop container that can host floating windows.
Represents a panel in a Accordion control.
Represents a panel that dynamically arranges its child controls.
Provides an popup container that can be attached to other controls.
Bindable components implement this interface.
Controls that support drag & drop operations 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.
sender
The source of the event.
e
A ScrollEventArgs that contains the event data.
Fired when the user or code scrolls through the client area.
Fired when the scroll box has been moved by either a mouse or keyboard action.
Fired when the user or code scrolls the grid.
Fired when the SlideBar widget scrolls its content.
Bindable components implement this interface. |
Provides the functionality for a control to act as a parent for other controls. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
type |
oldValue | The old value for the scroll bar. |
newValue | The new value for the scroll bar. |
type |
oldValue | The old value for the scroll bar. |
newValue | The new value for the scroll bar. |
scroll |
offset | Number of pixels to scroll by. |
duration | The time in milliseconds the scroll to should take. |
control | The child control to scroll into view. |
control | The child control to scroll into view. |
alignX |
control | The child control to scroll into view. |
alignY |
position | The position in pixels to scroll to. |
duration | The time in milliseconds the scroll to should take. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
owner
The Form whose properties this object describes.
owner
The MdiParent form using this container to host its children.
None | Specifies that neither , is fixed. A event affects both panels. |
Panel1 | Specifies that is fixed. A event affects only . |
Panel2 | Specifies that is fixed. A event affects only . |
Returns or sets which panel remains the same size when the container is resized. |
args | The arguments received from the client. |
type |
newValue | The new value for the scroll bar. |
type |
newValue | The new value for the scroll bar. |
scroll |
splitX | The X coordinate of the upper left corner of the splitter in client coordinates. |
splitY | The Y coordinate of the upper left corner of the splitter in client coordinates. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the splitter control is moved. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the splitter control is in the process of moving. |
splitContainer |
Wisej.Web.SplitterEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the SplitterMoved event.
Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the SplitContainer control.
Name | Type | Description |
---|---|---|
Int32: Returns or sets the x-coordinate of the upper-left corner of the splitter (in client coordinates).
Int32: Returns or sets the y-coordinate of the upper-left corner of the splitter (in client coordinates).
Int32: Returns the x-coordinate of the mouse pointer (in client coordinates).
Int32: Returns the y-coordinate of the mouse pointer (in client coordinates).
Wisej.Web.StatusBarPanelAutoSize
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.StatusBarPanelBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.StatusBarPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a panel in a StatusBar control.
Initializes a new instance of the StatusBarPanel class.
HorizontalAlignment: Returns or sets the alignment of text and icons within the status bar panel. (Default: Left
)
Boolean: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
StatusBarPanelAutoSize: Returns or sets whether the status bar panel is automatically resized. (Default: None
)
StatusBarPanelBorderStyle: Returns or sets the border style of the status bar panel. (Default: Solid
)
Image: Returns or sets the icon to display within the status bar panel.
Int32: Returns or sets the index value of the image assigned to the StatusBarPanel. (Default: -1
)
Throws:
ArgumentException The assigned value is less than -1.
String: Returns or sets the theme name or URL for the icon to display in the StatusBarPanel.
String: Returns or sets the name of the image assigned to the StatusBarPanel. (Default: ""
)
Int32: Returns or sets the minimum allowed width of the status bar panel within the StatusBar control. (Default: 10
)
Throws:
ArgumentException A value less than 0 is assigned to the property.
String: Returns or sets the name to apply to the StatusBarPanel.
Padding: Returns or sets padding within the statusbar panel.
StatusBar: Returns the StatusBar control that hosts the status bar panel.
Object: Returns or sets an object that contains data about the StatusBarPanel. (Default: null
)
String: Returns or sets the text of the status bar panel. (Default: ""
)
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
String: Returns or sets ToolTip text associated with the status bar panel. (Default: ""
)
Int32: Returns or sets the width of the status bar panel within the StatusBar control. (Default: 100
)
Throws:
ArgumentException The width specified is less than the value of the MinWidth property.
Begins the initialization of a StatusBarPanel.
Ends the initialization of a StatusBarPanel.
Updates the component on the client. Overridden to repaint the parent control in design mode.
EventHandler Fired when the StatusBarPanel is clicked.
Wisej.Web.StatusBar StatusBarPanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the collection of StatusBarPanel controls in a StatusBar control.
Boolean: Returns a value indicating whether this collection is read-only.
StatusBarPanel: Returns or sets the StatusBarPanel at the specified index.
StatusBarPanel: Returns the StatusBarPanel identified by the name.
Adds a StatusBarPanel with the specified text to the collection.
Returns: StatusBarPanel. A StatusBarPanel that represents the panel that was added to the collection.
Adds a StatusBarPanel to the collection.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The StatusBarPanel being added to the collection was null.
ArgumentException The parent of the StatusBarPanel specified in the panel parameter is not null.
Adds an array of StatusBarPanel to the collection.
Removes all panels from the collection.
Removes and optionally disposes all StatusBarPanel objects from the collection.
Determines whether the specified StatusBarPanel is located within the collection.
Returns: Boolean. true if the StatusBarPanel is located within the collection; otherwise, false.
Determines whether the collection contains a StatusBarPanel with the specified key.
Returns: Boolean. true to indicate the collection contains a StatusBarPanel with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the StatusBarPanel objects in the collection.
Returns: IEnumerator. An IEnumerator that represents the item collection.
Returns the index within the collection of the specified StatusBarPanel.
Returns: Int32. The zero-based index where the StatusBarPanel is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a StatusBarPanel with the specified key.
Returns: Int32. The zero-based index of the first occurrence of the StatusBarPanel with the specified key, if found; otherwise, -1.
Inserts the specified StatusBarPanel into the collection at the specified index.
Throws:
ArgumentNullException The panel parameter is null.
ArgumentException The panel parameter's parent is not null.
ArgumentOutOfRangeException The index parameter is less than zero or greater than the value of the Count property of the StatusBarPanelCollection class.
Removes the specified StatusBarPanel from the collection.
Throws:
ArgumentNullException The StatusBarPanel assigned to the panel parameter is null.
Removes the StatusBarPanel located at the specified index within the collection.
Throws:
ArgumentOutOfRangeException The index parameter is less than zero or greater than or equal to the value of the Count property of the StatusBarPanelCollection class.
Removes the StatusBarPanel with the specified key from the collection.
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the PanelClick event.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
StatusBarPanel: Returns the StatusBarPanel to draw.
Wisej.Web.TabControlCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the and events of a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|
Wisej.Web.TabControl TabPageCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Contains a collection of objects.
: Returns the number of tab pages in the collection.
: Returns or sets a in the collection at the specified index.
Throws:
index is less than zero or greater than the highest available index.
value is null.
: Returns the with the specified key from the collection.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Wisej.Web.TabControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Manages a related set of pages.
Initializes a new instance of the class.
: Returns or sets the area of the control (for example, along the top) where the tabs are aligned.
Throws:
Throws:
Makes the tab following the tab with the specified index the current tab.
Throws:
Throws:
Makes the tab following the tab with the specified name the current tab.
Throws:
Throws:
Makes the tab with the specified index the current tab.
Throws:
Throws:
Makes the tab with the specified name the current tab.
Throws:
All wisej controls derived from the class must implement this interface.
One of the values.
One of the values.
One of the values.
Represents the method that handles the Scroll event of a , , , or .
Indicates the preference. The final location of the control depends on the scrollable range and the available space. Note that will not scroll the control to the center, but will instead scroll it into the closest visible location with the minimum movement.
Indicates the preference. The final location of the control depends on the scrollable range and the available space. Note that will not scroll the control to the middle, but will instead scroll it into the closest visible location with the minimum movement.
All wisej controls derived from the class must implement this interface.
Represents the method that will handle the event of a .
All wisej controls derived from the class must implement this interface.
All wisej controls derived from the class must implement this interface.
One of the values.
One of the values.
One of the values.
The that contains the .
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
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 |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
: Returns a value indicating which event is occurring.
: Returns the zero-based index of the being selected when processing otherwise it returns -1.
: Returns the the event is occurring for.
: Returns the zero-based index of the being selected when processing and , or being deselected when processing and .
Name | Description |
---|
Adds a to the collection.
Parameter | Type | Description |
---|
The specified tabPage is null.
Creates a with the specified text, and adds it to the collection.
Parameter | Type | Description |
---|
Creates a with the specified key and text and adds it to the collection.
Parameter | Type | Description |
---|
Creates a with the specified key, text, and image, and adds it to the collection.
Parameter | Type | Description |
---|
Creates a with the specified key, text, and image, and adds it to the collection.
Parameter | Type | Description |
---|
Adds a set of pages to the collection.
Parameter | Type | Description |
---|
The value of pages is null.
Removes all the pages from the collection.
Removes and disposes all pages from the collection.
Parameter | Type | Description |
---|
Determines whether a specified is in the collection.
Parameter | Type | Description |
---|
Returns: . true if the specified is in the collection; otherwise, false.
The value of tabPage is null.
Determines whether the collection contains a with the specified key.
Parameter | Type | Description |
---|
Returns: . true to indicate a page with the specified key was found in the collection; otherwise, false.
Copies the pages in the collection to the specified array, starting at the specified index.
Parameter | Type | Description |
---|
array is null.
array is less than zero.
array is multidimensional or the number of elements in the is greater than the available space from index to the end of array .
Returns the index of the in the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the tab page; -1 if it cannot be found.
The value of tabPage is null.
Returns the index of the first occurrence of the with the specified key.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first occurrence of a with the specified key, if found; otherwise, -1.
Inserts an existing into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a new with the specified text and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a new with the specified key and text, and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a new with the specified key, text, and image, and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Creates a with the specified key, text, and image, and inserts it into the collection at the specified index.
Parameter | Type | Description |
---|
Removes the from the collection.
Parameter | Type | Description |
---|
The tabPage parameter is null.
Removes the at the specified index from the collection.
Parameter | Type | Description |
---|
Removes the with the specified key from the collection.
Parameter | Type | Description |
---|
: Returns or sets whether the user can change the position of a tab button by dragging it. (Default: False
)
: Indicates the border style for the control. (Default: Solid
)
: Returns or sets the mode of the control to determine whether to display the icon, the text or both. (Default: Both
)
: Returns the display area of the control's tab pages.
: Returns or sets the images to display on the control's tabs. (Default: null
)
: Returns or sets the fixed size of the tab buttons. The default value is to use the itemSize set in the current theme or auto sizing.
When set to (default) it uses the itemSize set in the theme. You can also set only the width or the height and leave the other value set to 0 to use the value in the current theme or auto sizing. The width (or height when is or ) is applied when the value is or . The height (or width when is or ) is applied always.
: Returns or sets a value indicating the horizontal or vertical orientation of the tabs.
: Returns the number of rows that are currently being displayed in the control's tab strip.
: Returns or sets the number of pixels to scroll when the scroll buttons are pressed. (Default: 15
)
The value is less than 1 or greater than 500.
: Returns or sets the index of the currently selected tab page. (Default: -1
)
The value is less than -1.
: Returns or sets the currently selected tab page.
: Returns or sets whether a tab's ToolTip is shown when the mouse passes over the tab. (Default: False
)
: Returns or sets whether the tab visibility menu button is visible. (Default: False
)
: Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or use the size set in .
: Gets the number of tabs in the tab strip.
: Returns the collection of tab pages in this tab control.
Parameter | Type | Description |
---|
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the tab following the specified the current tab.
Parameter | Type | Description |
---|
tabPage is null.
Parameter | Type | Description |
---|
tabPageName is null; or tabPageName does not match the property of any in the collection.
Returns the control at the specified location.
Parameter | Type | Description |
---|
Returns: . The at the specified location.
index is less than 0 or greater than the number of controls in the collection minus 1.
Returns the bounding rectangle for the tab button of the at the specified index in this control.
Parameter | Type | Description |
---|
Returns: . A that represents the bounds of the specified tab.
Bounding rectangles for the tab buttons are received from the client and are updated asynchronously. If the application adds a tab page, or changes any property that causes the tab button to be resized (orientation, sizing, text, alignment, etc.) it cannot immediately after retrieve the new bounds. When the tab rectangles are updated, the will fire the event to inform the application that the bounding rectangles have been updated. In alternative, you can use the and overloads to query the client and receive the new bounding rectangle for the request tab page. Bounding rectangles are always empty until the has been rendered on the client. Throws:
The index is less than zero; or the index is greater than or equal to .
Retrieves the bounding rectangle for the tab button of the at the specified index in this control.
Parameter | Type | Description |
---|
Bounding rectangles are always empty until the has been rendered on the client. Throws:
The index is less than zero; or the index is greater than or equal to .
The callback method is null.
Retrieves the bounding rectangle for the tab button of the at the specified index in this control.
Parameter | Type | Description |
---|
Returns: .
Bounding rectangles are always empty until the has been rendered on the client. Throws:
The index is less than zero; or the index is greater than or equal to .
Parameter | Type | Description |
---|
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the specified the current tab.
Parameter | Type | Description |
---|
tabPage is null.
Parameter | Type | Description |
---|
tabPageName is null; or tabPageName does not match the property of any in the collection.
Fired when a tab is deselected.
Occurs before a tab is deselected, enabling a handler to cancel the tab change.
Fired when the value of changes.
Fired when a tab is selected.
Fired when the property has changed.
Occurs before a tab is selected, enabling a handler to cancel the tab change.
Occurs after a tab is closed by the user and has been removed from the tab control.
Occurs before a tab is closed by the user, enabling a handler to cancel the tab closing.
Occurs after a tab is shown or hidden by the user through the or programmatically through the property.
Name | Description |
---|
Represents the method that will handle the SplitterMoved event of a SplitContainer.
Contents
The width of the StatusBarPanel is determined by its contents.
None
The StatusBarPanel does not change size when the StatusBar control resizes.
Spring
Returns or sets whether the status bar panel is automatically resized.
Dashed
A dashed line border.
Dotted
A dotted line border.
Double
A double solid line border.
None
No border.
Solid
A solid line border.
Returns or sets the border style of the status bar panel.
All wisej components implement this interface.
Allows an object to serialize itself.
All wisej components implement this interface.
Allows an object to serialize itself.
text
The text for the StatusBarPanel that is being added.
panel
A StatusBarPanel that represents the panel to add to the collection.
panels
Array of StatusBarPanel objects to add to the collection.
dispose
Indicates whether the removed StatusBarPanel objects should be disposed.
panel
The StatusBarPanel to locate in the collection.
key
The name of the item to find in the collection.
panel
The StatusBarPanel to locate in the collection.
key
The name of the StatusBarPanel to find in the collection.
index
The zero-based index location where the panel is inserted.
panel
A StatusBarPanel representing the panel to insert.
panel
The StatusBarPanel representing the panel to remove from the collection.
index
The zero-based index of the item to remove.
key
The name of the StatusBarPanel to remove from the collection.
statusBarPanel
The StatusBarPanel that represents the panel that was clicked.
button
One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
clicks
The number of times that the mouse button was clicked.
x
The x-coordinate of the mouse click.
y
The y-coordinate of the mouse click.
role
The internal role assigned to the element that generated the pointer event.
args
The event arguments received from the client.
Represents the method that will handle the PanelClick event of a StatusBar.
tabPage |
text |
key |
text |
key |
text |
imageIndex |
key |
text |
imageKey |
pages |
dispose |
tabPage |
key |
array | The one-dimensional array that is the destination of the tab pages copied from the collection. The array must have zero-based indexing. |
index | The zero-based index in the array at which copying begins. |
tabPage |
key |
index |
tabPage |
index |
text |
index |
key |
text |
index |
key | The name of the tab page. |
text |
imageIndex |
index |
key | The name of the tab page. |
text |
imageKey |
tabPage |
index |
key |
index |
tabPage |
tabPageName |
index |
index | The zero-based index of the tab page for which to retrieve the bounding rectangle of the tab button. |
index | The zero-based index of the tab page for which to retrieve the bounding rectangle of the tab button. |
callback | Callback method that will receive the bounding rectangle for the request tab button. |
index | The zero-based index of the tab page for which to retrieve the bounding rectangle of the tab button. |
index |
tabPage |
tabPageName |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
x
The x-coordinate of the mouse pointer (in client coordinates).
y
The y-coordinate of the mouse pointer (in client coordinates).
splitX
The x-coordinate of the upper-left corner of the splitter (in client coordinates).
splitY
The y-coordinate of the upper-left corner of the splitter (in client coordinates).
statusBarPanel
The StatusBarPanel that represents the panel that was clicked.
button
One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
clicks
The number of times that the mouse button was clicked.
x
The x-coordinate of the mouse click.
y
The y-coordinate of the mouse click.
sender | The source of the event. |
e | A that contains the event data. |
Fired when a object on a control is clicked. |
tabPage |
tabPageIndex |
cancel | true to cancel the tab change by default; otherwise, false. |
action |
tabPage |
tabPageIndex |
newTabPageIndex |
cancel | true to cancel the tab change by default; otherwise, false. |
action |
Bottom | The tab buttons are located across the bottom of the control. |
Left | The tab buttons are located along the left edge of the control. |
Right | The tab buttons are located along the right edge of the control. |
Top | The tab buttons are located across the top of the control. |
Returns or sets the area of the control (for example, along the top) where the tabs are aligned. |
Returns or sets the area of the control (for example, along the top) where the tabs are aligned. |
Closed | Represents the event. |
Closing | Represents the event. |
Deselected | Represents the event. |
Deselecting | Represents the event. |
Selected | Represents the event. |
Selecting | Represents the event. |
VisibilityChanged | Represents the event. |
Returns a value indicating which event is occurring. |
Returns a value indicating which event is occurring. |
Wisej.Web.TabSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies how tabs in a TabControl are sized.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.TabControlEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the Selected or Deselected event of a TabControl control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.TableLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
Initializes a new instance of the TableLayoutPanel class.
Int32: Returns or sets the number of columns in the table. (Default: 0
)
TableLayoutColumnStyleCollection: Returns a collection of column styles for the TableLayoutPanel.
TableLayoutControlCollection: Returns the collection of controls contained within the TableLayoutPanel.
TableLayoutPanelGrowStyle: Returns or sets whether the TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied. (Default: AddRows
)
LayoutEngine: Returns the control's layout engine.
Int32: Returns or sets the number of rows in the table. (Default: 0
)
TableLayoutRowStyleCollection: Returns a collection of row styles for the TableLayoutPanel.
Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell.
Returns: TableLayoutPanelCellPosition. A TableLayoutPanelCellPosition that represents the cell position.
Returns the column position of the specified child control.
Returns: Int32. The column position of the specified child control, or -1 if the position of control is determined by LayoutEngine.
Throws:
ArgumentNullException control is null.
NotSupportedException control is not a type that can be arranged by this LayoutEngine.
Returns the number of columns spanned by the specified child control.
Returns: Int32. The number of columns spanned by the child control. The default is 1.
Returns the child control occupying the specified position.
Returns: Control. The child control occupying the specified cell; otherwise, null if no control exists at the specified column and row, or if the control has its Visible property set to false.
Throws:
ArgumentException Either column or row (or both) is less than 0.
Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell that contains the control.
Returns: TableLayoutPanelCellPosition. A TableLayoutPanelCellPosition that represents the cell position.
Returns the row position of the specified child control.
Returns: Int32. The row position of control , or -1 if the position of control is determined by LayoutEngine.
Throws:
ArgumentNullException control is null.
NotSupportedException control is not a type that can be arranged by this LayoutEngine.
Returns an array representing the heights, in pixels, of the rows in the TableLayoutPanel.
Returns: Int32[]. An array of type Int32 that contains the heights, in pixels, of the rows in the TableLayoutPanel.
Returns the number of rows spanned by the specified child control.
Returns: Int32. The number of rows spanned by the child control. The default is 1.
Sets the TableLayoutPanelCellPosition that represents the row and the column of the cell.
Sets the column position of the specified child control.
Sets the number of columns spanned by the child control.
Throws:
ArgumentOutOfRangeException value is less than 1.
Sets the row position of the specified child control.
Sets the number of rows spanned by the child control.
Throws:
ArgumentOutOfRangeException value is less than 1.
Wisej.Web.TabControlEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the Selected and Deselected events of a TabControl control.
Initializes a new instance of the TabControlEventArgs class.
Name | Type | Description |
---|---|---|
TabControlAction: Returns a value indicating which event is occurring.
TabPage: Returns the TabPage the event is occurring for.
Int32: Returns the zero-based index of the TabPage in the TabPages collection.
Wisej.Web.TabPage
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a single tab page in a TabControl.
Initializes a new instance of the TabPage class.
Initializes a new instance of the TabPage class and specifies the text to display as the title the tab.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
Newlines (CRLF) are converted to <BR/> when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
CharacterCasing: Returns or sets the case of the text to display to the user. (Default: Normal
)
Boolean: Returns or sets whether the TabPage is visible in the parent TabControl. (Default: False
)
Int32: Returns or sets the index for the image in the ImageList of the associated TabControl. (Default: -1
)
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
String: Returns or sets the key accessor for the image in the ImageList of the associated TabControl. (Default: ""
)
Boolean: Returns or sets a value indicating that the tab can show the close button next to the name. (Default: False
)
Boolean: Returns or sets whether the tab page should be included in the visibility menu. (Default: True
)
Color: Returns or sets the background color of the TabPage tab button. (Default: Color [Empty]
)
TabControl: Returns the parent TabControl.
Color: Returns or sets the text color of the TabPage tab button. (Default: Color [Empty]
)
String: Returns or sets the text to display on the tab. (Default: ""
)
String: Returns or sets the ToolTip text for this tab. (Default: ""
)
Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
Boolean: Returns or sets whether the control and all its child controls are displayed.
Retrieves the tab page that contains the specified Control.
Returns: TabPage. The TabPage that contains the specified Control, or null if it cannot be found.
Returns the bounding rectangle for a specified tab in this tab control.
Returns: Rectangle. A Rectangle that represents the bounds of the specified tab.
Overridden to update the parent TabControl when in design mode.
EventHandler Fired when the value of the Text property changes.
Wisej.Web.TabControlCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the Selecting or Deselecting event of a TabControl control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ColumnStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the look and feel of a column in a table layout.
Initializes an instance of the ColumnStyle class to its default state.
Initializes and instance of the ColumnStyle class to its default state.
Name | Type | Description |
---|---|---|
Initializes an instance of the ColumnStyle class using the supplied SizeType value.
Name | Type | Description |
---|---|---|
Initializes and instance of the ColumnStyle class using the supplied SizeType and width values.
Throws:
ArgumentOutOfRangeException width is less than 0.
Single: Returns or sets the width value for a column.
Throws:
ArgumentOutOfRangeException The value is less than 0 when setting this property.
Wisej.Web.TableLayoutPanelCellPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a cell in a TableLayoutPanel.
Initializes a new instance of the TableLayoutPanelCellPosition class.
Name | Type | Description |
---|---|---|
Int32: Returns or sets the column number of the current TableLayoutPanelCellPosition.
Int32: Returns or sets the row number of the current TableLayoutPanelCellPosition.
Wisej.Web.RowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the look and feel of a row in a table layout.
Initializes an instance of the RowStyle class to its default state.
Initializes an instance of the RowStyle class.
Name | Type | Description |
---|---|---|
Initializes an instance of the RowStyle class using the supplied SizeType value.
Name | Type | Description |
---|---|---|
Initializes an instance of the RowStyle class using the supplied SizeType and height values.
Throws:
ArgumentOutOfRangeException height is less than 0.
Single: Returns or sets the height of a row.
Throws:
ArgumentOutOfRangeException The value is less than 0 when setting this property.
Wisej.Web.TableLayoutControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a collection of child controls in a table layout container.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the parent that contains the controls in the collection.
Adds the specified control to the collection and positions it at the specified cell.
Throws:
Wisej.Web.TableLayoutStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Implements the basic functionality for a collection of table layout styles.
: Gets the number of styles actually contained in the .
: Returns or sets at the specified index.
Throws:
The property value is already assigned to another owner. You must first remove it from its current location or clone it.
Throws:
Removes the style at the specified index of the collection.
Wisej.Web.ToolBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a toolbar component.
Initializes a new instance of the class.
: Enables the overflow handling which automatically removes items that don't fit in the and adds them to a drop-down menu button. (Default: True
)
Wisej.Web.TableLayoutStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Implements the basic functionality that represents the appearance and behavior of a table layout.
: Returns or sets a flag indicating how a row or column should be sized relative to its containing table. (Default: AutoSize
)
Name | Description |
---|
Wisej.Web.TableLayoutRowStyleCollection
Wisej.Web.ToolBar ToolBarButtonCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the collection of controls in a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns a value indicating whether this collection is read-only.
: Returns or sets the at the specified index.
Throws:
Throws:
Throws:
Throws:
Wisej.Web.TableLayoutColumnStyleCollection
Wisej.Web.TableLayoutSettings
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Collects the characteristics associated with table layouts.
: Returns or sets the maximum number of columns allowed in the table layout. (Default: 0
)
Throws:
The property value is less than 0.
: Returns the collection of styles used to determine the look and feel of the table layout columns.
: Returns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. (Default: AddRows
)
Throws:
Throws:
Returns the column position of the specified child control.
Throws:
Returns the number of columns that the cell containing the child control spans.
Returns the row position of the specified child control.
Throws:
Returns the number of rows that the cell containing the child control spans.
Throws:
Sets the column position for the specified child control.
Throws:
Sets the number of columns that the cell containing the child control spans.
Throws:
Sets the row position of the specified child control.
Throws:
Sets the number of rows that the cell containing the child control spans.
Throws:
Represents the method that will handle the or event of a control.
The to add.
The text to display on the .
The name of the .
The text to display on the .
The name of the .
The text to display on the .
The index of the image to display on the .
The name of the .
The text to display on the .
The key of the image to display on the .
An array of type that contains the pages to add.
Indicates whether to dispose the pages removed from the collection.
The to locate in the collection.
The name of the page to search for.
The to locate in the collection.
The name of the to find in the collection.
The zero-based index location where the page is inserted.
The to insert in the collection.
The zero-based index location where the page is inserted.
The text to display in the page.
The zero-based index location where the is inserted.
The name of the .
The text to display on the .
The zero-based index location where the is inserted
The text to display on the .
The zero-based index of the image to display on the .
The zero-based index location where the is inserted.
The text to display on the .
The key of the image to display on the .
The to remove.
The zero-based index of the to remove.
The name of the page to remove.
The index in the collection of the tab to deselect.
The to deselect.
The of the tab to deselect.
The index of the to get.
The index in the collection of the tab to select.
The to select.
The of the tab to select.
All wisej controls derived from the class must implement this interface.
The the event is occurring for.
The zero-based index of tabPage in the collection.
One of the values.
The the event is occurring for.
The zero-based index of tabPage in the collection.
The zero-based index of tabPage in the collection.
One of the values.
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 |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|
Either * column* or row is less than -1.
Adds a new to the end of the current collection.
Parameter | Type | Description |
---|
Returns: . The position into which the new element was inserted.
style is already assigned to another owner. You must first remove it from its current location or clone it.
Disassociates the collection from its associated and empties the collection.
Parameter | Type | Description |
---|
Name | Description |
---|
: Returns or sets whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style. (Default: True
)
: Returns or sets the border style of the toolbar control. (Default: None
)
: Returns the collection of controls assigned to the toolbar control.
: Returns or sets whether clicking ToolBar buttons causes validation to be performed on the active control. (Default: False
)
: (Default: Top
)
: Returns or sets the collection of images available to the toolbar button controls. (Default: null
)
: Returns or sets whether the toolbar displays a ToolTip for each button. (Default: True
)
: Returns or sets the alignment of text in relation to each image displayed on the toolbar button controls. (Default: Underneath
)
Fired when the value of the property has changed.
Fired when a on the is clicked.
Fired when a drop-down style or its down arrow is clicked.
Name | Description |
---|
Determines whether the contains a specific style.
Parameter | Type | Description |
---|
Returns: . true if the is found in the ; otherwise, false.
Determines the index of a specific item in the .
Parameter | Type | Description |
---|
Returns: . The index of rowStyle if found in the ; otherwise, -1.
Inserts a into the at the specified position.
Parameter | Type | Description |
---|
Removes the first occurrence of a specific object from the .
Parameter | Type | Description |
---|
: Returns the identified by the name.
Adds a with the specified text to the collection.
Parameter | Type | Description |
---|
Returns: . A that represents the panel that was added to the collection.
Adds a to the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the item in the collection.
The being added to the collection is null.
The parent of the specified in the button parameter is not null.
Adds an array of to the collection.
Parameter | Type | Description |
---|
Removes all objects from the collection.
Removes and optionally disposes all objects from the collection.
Parameter | Type | Description |
---|
Determines whether the specified is located within the collection.
Parameter | Type | Description |
---|
Returns: . true if the is located within the collection; otherwise, false.
Determines whether the collection contains a with the specified key.
Parameter | Type | Description |
---|
Returns: . true to indicate the collection contains a with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the objects in the collection.
Returns: . An that represents the item collection.
Returns the index within the collection of the specified .
Parameter | Type | Description |
---|
Returns: . The zero-based index where the is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a with the specified key.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first occurrence of the with the specified key, if found; otherwise, -1.
Inserts the specified into the collection at the specified index.
Parameter | Type | Description |
---|
The button parameter is null.
The button parameter's parent is not null.
The index parameter is less than zero or greater than the value of the property of the class.
Removes the specified from the collection.
Parameter | Type | Description |
---|
The assigned to the button parameter is null.
Removes the located at the specified index within the collection.
Parameter | Type | Description |
---|
The index parameter is less than zero or greater than or equal to the value of the property of the class.
Removes the with the specified key from the collection.
Parameter | Type | Description |
---|
Determines whether the contains a specific style.
Parameter | Type | Description |
---|
Returns: . true if the is found in the ; otherwise, false.
Determines the index of a specific item in the .
Parameter | Type | Description |
---|
Returns: . The index of colStyle if found in the ; otherwise, -1.
Inserts a into the at the specified position.
Parameter | Type | Description |
---|
Removes the first occurrence of a specific object from the .
Parameter | Type | Description |
---|
: Returns the current table layout engine.
: Returns or sets the maximum number of rows allowed in the table layout. (Default: 0
)
The property value is less than 0.
: Returns the collection of styles used to determine the look and feel of the table layout rows.
Returns the that represents the row and the column of the cell.
Parameter | Type | Description |
---|
Returns: . A that represents the cell position.
control is null.
Parameter | Type | Description |
---|
Returns: . The column position of the specified child control.
control is null.
Parameter | Type | Description |
---|
Returns: . The number of columns that the cell containing the child control spans.
Parameter | Type | Description |
---|
Returns: . The row position of the specified child control.
control is null.
Parameter | Type | Description |
---|
Returns: . The number of rows that the cell containing the child control spans.
Sets the that represents the row and the column of the cell.
Parameter | Type | Description |
---|
control is null.
Parameter | Type | Description |
---|
control is null.
column is less than -1.
Parameter | Type | Description |
---|
control is null.
value is less than 1.
Parameter | Type | Description |
---|
control is null.
row is less than -1.
Parameter | Type | Description |
---|
control is null.
value is less than 1.
Center
Tab buttons are centered within the width of the TabControl.
Fill
The width of each tab button is sized to fill the entire width of the TabControl.
Fixed
All tab buttons use the same width (or height when vertically aligned).
Normal
The width (or height when vertically aligned) of each tab button is sized to accommodate its content.
Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or use the size set in ItemSize.
Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or aligned to the left.
sender
The source of the event.
e
A TabControlEventArgs that contains the event data.
Occurs after a tab is closed by the user and has been removed from the tab control.
Occurs after a tab is shown or hidden by the user through the ShowVisibilityMenu or programmatically through the Hidden property.
Fired when a tab is selected.
Fired when a tab is deselected.
control
A control contained within a cell.
control
A child control of the TableLayoutPanel.
control
A child control of the TableLayoutPanel.
column
The column position of the control to retrieve.
row
The row position of the control to retrieve.
control
A control contained within a cell.
control
A child control of the TableLayoutPanel.
control
A child control of the TableLayoutPanel.
control
A control contained within a cell.
position
A TableLayoutPanelCellPosition that represents the row and the column of the cell.
control
The control to move to another column.
column
The column to which control will be moved.
control
A child control of the TableLayoutPanel.
value
The number of columns to span.
control
The control to move to another row.
row
The row to which control will be moved.
control
A child control of the TableLayoutPanel.
value
The number of rows to span.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that 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.
Represents the method that will handle the Selected or Deselected event of a TabControl control.
control
The Control to look for.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that 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.
sender
The source of the event.
e
A TabControlCancelEventArgs that contains the event data.
Occurs before a tab is selected, enabling a handler to cancel the tab change.
Occurs before a tab is closed by the user, enabling a handler to cancel the tab closing.
Occurs before a tab is deselected, enabling a handler to cancel the tab change.
sizeType
A SizeType indicating how the column should be should be sized relative to its containing table.
width
The preferred width, in pixels or percentage, depending on the sizeType parameter.
Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell.
Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell.
sizeType
A SizeType indicating how the row should be should be sized relative to its containing table.
height
The preferred height in pixels or percentage of the TableLayoutPanel, depending on sizeType .
control | The control to add. |
column | The column in which control will be placed. |
row | The row in which control will be placed. |
style |
index |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
rowStyle |
rowStyle |
index |
rowStyle |
rowStyle |
text |
button |
buttons |
dispose | Indicates whether the removed items should be disposed. |
button |
key | The name of the item to find in the collection. |
button |
key |
index | The zero-based index location where the panel is inserted. |
button |
button |
index | The zero-based index of the item to remove. |
key |
colStyle |
colStyle |
index |
colStyle |
colStyle |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
cell |
control | A control contained within a cell. |
column | The column position for the specified child control. |
control | A control contained within a cell. |
value | The number of columns that the cell containing the child control spans. |
control | A control contained within a cell. |
row | The row position of the specified child control. |
control | A control contained within a cell. |
value | The number of rows that the cell containing the child control spans. |
tabPage
The TabPage the event is occurring for.
tabPageIndex
The zero-based index of tabPage in the TabPages collection.
action
One of the TabControlAction values.
text
The text for the tab.
style
Underlying style instance.
sizeType
A SizeType indicating how the column should be should be sized relative to its containing table.
column
The column position of the cell.
row
The row position of the cell.
style
Underlying style instance.
sizeType
A SizeType indicating how the row should be should be sized relative to its containing table.
AddColumns | The gains additional columns after it is full. |
AddRows | The gains additional rows after it is full. |
FixedSize | The does not allow additional rows or columns after it is full. |
Returns or sets whether the control should expand to accommodate new cells when all existing cells are occupied. |
Returns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. |
container |
Represents the look and feel of a column in a table layout. |
Represents the look and feel of a row in a table layout. |
rowStyle |
owner |
colStyle |
Wisej.Web.ToolBarButtonClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ButtonClick event.
Initializes a new instance of the ToolBarButtonClickEventArgs class.
Name | Type | Description |
---|---|---|
ToolBarButton: Returns or sets the ToolBarButton that was clicked.
Name | Description |
---|---|
Wisej.Web.ToolBarButtonClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the method that will handle the ButtonClick event of a ToolBar.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ToolBarButtonSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies how a ToolBarButton in a ToolBar control behaves when the control resizes.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.ToolBarButtonStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies the style of the button in a ToolBar control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.ToolBarTextAlign
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies the alignment of text on the ToolBarButton control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.ToolBarButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents an item in the ToolBar.
Change the type of item to display using the Style property.
Initializes a new instance of the ToolBarButton class.
Initializes a new instance of the ToolBarButton class and displays the assigned text on the button.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
String: Sets the appearance key for the theme engine. (Default: null
)
Boolean: Returns or sets whether the application blocks the browser with a modal mask when this button is clicked and until the server is done processing the execution request. (Default: False
)
AutoShowLoader blocks the entire browser as soon as the button is clicked since it's implemented on the client side, while ShowLoader blocks the specific widget when returning from the request.
ContextMenu: Returns or sets the menu to be displayed in the drop-down toolbar button. (Default: null
)
Boolean: Returns or sets whether the button is enabled. (Default: True
)
Color: Returns or sets the text color of the toolbar button.
Image: Returns or sets the image that is displayed in a ToolBarButton.
Int32: Returns or sets the index value of the image assigned to the ToolBarButton. (Default: -1
)
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
String: Returns or sets the name of the image assigned to the button. (Default: ""
)
String: Returns or sets the theme name or URL for the image to display in the ToolBarButton.
Padding: Returns or sets the space between toolbar buttons.
String: Returns or sets the name of the ToolBarButton.
Padding: Returns or sets padding within the toolbar button.
ToolBar: Returns the toolbar control that the toolbar button is assigned to.
Boolean: Returns or sets whether a toggle-style toolbar button is currently in the pushed state. (Default: False
)
ToolBarButtonSizeMode: Returns or sets how the toolbar button is resized. (Default: Auto
)
ToolBarButtonStyle: Returns or sets the style of the toolbar button. (Default: PushButton
)
Object: Returns or sets the object that contains data about the toolbar button. (Default: null
)
String: Returns or sets the text displayed on the toolbar button. (Default: ""
)
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
String: Returns or sets the text that appears as a ToolTip for the button. (Default: ""
)
Boolean: Returns or sets whether the toolbar button is visible or hidden. (Default: True
)
Generates the Click and ButtonClick events.
Updates the component on the client. Overridden to repaint the toolbar in design mode.
EventHandler Fired when the control is clicked.
The to add to the .
The zero-based index of the to be removed.
A collection that stores objects.
A collection that stores objects.
All wisej controls derived from the class must implement this interface.
The to locate in the .
The to locate in the .
The zero-based index at which the should be inserted.
The to insert into the . The value can be null.
The to remove from the . The value can be null.
The text for the that is being added.
A that represents the panel to add to the collection.
Array of objects to add to the collection.
The to locate in the collection.
The to locate in the collection.
The name of the to find in the collection.
A representing the panel to insert.
The representing the panel to remove from the collection.
The name of the to remove from the collection.
The to locate in the .
The to locate in the .
The zero-based index at which the should be inserted.
The to insert into the . The value can be null.
The to remove from the . The value can be null.
A that represents the cell position.
The control that contains the control collection.
The to add to the .
The control that owns this collection.
The to add to the .
Name | Description |
---|---|
sender
The source of the event.
e
A ToolBarButtonClickEventArgs that contains the event data.
Fired when a ToolBarButton on the ToolBar is clicked.
Fired when a drop-down style ToolBarButton or its down arrow is clicked.
Fired when a ToolBarButton on the ToolBar is clicked.
Fired when a drop-down style ToolBarButton or its down arrow is clicked.
Auto
The width of the ToolBarButton is determined by its contents.
Fill
Returns or sets how the toolbar button is resized.
DropDownButton
A drop-down button that displays a menu when clicked.
PushButton
A standard button.
Separator
A line between ToolBar buttons.
ToggleButton
A toggle button. The Pushed property and state is toggle on each click.
Returns or sets the style of the toolbar button.
Right
The text is aligned to the right of the ToolBarButton image.
Underneath
The text is aligned underneath the ToolBarButton image.
Returns or sets the alignment of text in relation to each image displayed on the toolbar button controls.
All wisej components implement this interface.
Allows an object to serialize itself.
button
The ToolBarButton that was clicked.
Represents the method that will handle the ButtonClick event of a ToolBar.
text
The text to display on the new ToolBarButton.