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.AccordionAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines values representing Accordion events.
Name | Description |
---|---|
Name | Description |
---|---|
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.
Wisej.Web.AccordionEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Selected or Deselected event of a Accordion control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.AccordionEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.AccordionCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Selecting or Deselecting event of a Accordion control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.AccordionPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a panel in a Accordion control.
Initializes a new instance of the AccordionPanel class.
Initializes a new instance of the AccordionPanel class and specifies the text to display as the title of the panel.
Name | Type | Description |
---|---|---|
Accordion: Returns the parent Accordion control.
Boolean: Returns whether the AccordionPanel is collapsed. (Default: False
)
Boolean: Returns or sets a value indicating that the panel can show the expand button on the title bar. (Default: True
)
String: Returns or sets the text to display as the title of the AccordionPanel. (Default: ""
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Retrieves the panel that contains the specified Control.
Returns: AccordionPanel. The AccordionPanel that contains the specified Control, or null if it cannot be found.
Overridden to update the parent Accordion when in design mode.
Wisej.Web.Accordion PanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Contains a collection of AccordionPanel objects.
Int32: Returns the number of panels in the collection.
AccordionPanel: Returns or sets a AccordionPanel in the collection at the specified index.
Throws:
ArgumentOutOfRangeException index is less than zero or greater than the highest available index.
ArgumentNullException value is null.
AccordionPanel: Returns the AccordionPanel with the specified key from the collection.
Adds a AccordionPanel to the collection.
Throws:
ArgumentNullException The specified panel is null.
Creates a AccordionPanel with the specified text, and adds it to the collection.
Creates a AccordionPanel with the specified key and text and adds it to the collection.
Creates a AccordionPanel with the specified key, text, and image, and adds it to the collection.
Creates a AccordionPanel with the specified key, text, and image, and adds it to the collection.
Adds a set of AccordionPanel panels to the collection.
Throws:
ArgumentNullException The value of panels is null.
Removes all the AccordionPanel panels from the collection.
Removes and disposes all AccordionPanel panels from the collection.
Determines whether a specified AccordionPanel is in the collection.
Returns: Boolean. true if the specified AccordionPanel is in the collection; otherwise, false.
Throws:
ArgumentNullException The value of panel is null.
Determines whether the collection contains a AccordionPanel with the specified key.
Returns: Boolean. true to indicate a AccordionPanel with the specified key was found in the collection; otherwise, false.
Copies the AccordionPanel panels in the collection to the specified array, starting at the specified index.
Throws:
ArgumentNullException array is null.
ArgumentOutOfRangeException array is less than zero.
ArgumentException array is multidimensional or the number of elements in the Panels is greater than the available space from index to the end of array .
Returns the index of the AccordionPanel in the collection.
Returns: Int32. The zero-based index of the panel; -1 if it cannot be found.
Throws:
ArgumentNullException The value of panel is null.
Returns the index of the first occurrence of the AccordionPanel with the specified key.
Returns: Int32. The zero-based index of the first occurrence of a AccordionPanel with the specified key, if found; otherwise, -1.
Inserts an existing AccordionPanel into the collection at the specified index.
Creates a new AccordionPanel with the specified text and inserts it into the collection at the specified index.
Creates a new AccordionPanel with the specified key and text, and inserts it into the collection at the specified index.
Creates a new AccordionPanel with the specified key, text, and image, and inserts it into the collection at the specified index.
Creates a AccordionPanel with the specified key, text, and image, and inserts it into the collection at the specified index.
Removes the AccordionPanel from the collection.
Throws:
ArgumentNullException The panel parameter is null.
Removes the AccordionPanel at the specified index from the collection.
Removes the AccordionPanel with the specified key from the collection.
Wisej.Web.ContainerControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides focus-management functionality for controls that can function as a container for other controls.
Initializes a new instance of the class.
: 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
)
Throws:
Validates the last unvalidated control and its ancestors up through, but not including the current control.
Validates the last unvalidated control and its ancestors up through, but not including the current control.
Wisej.Web.AccordionCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the and events of a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns a value indicating which event is occurring.
Wisej.Web.AcceleratorEventArgs
Wisej.Web.Accordion
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Displays collapsible set of panels for presenting information in a limited amount of space.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified settings.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified settings.
When this property is set to false (default) one panel is always expanded.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Name | Description |
---|---|
Parameter | Type | 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 |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
: Returns or sets the active control on the container control.
The assigned could not be activated.
: Returns or sets the BindingContext for the control.
: Returns or sets whether the container will receive key events before the event is passed to the control that has focus. (Default: False
)
: Returns the that the container control is assigned to.
: Returns the that the container control is assigned to.
: Enables or disables right-to-left layout when the value of is (Default: False
)
Returns: .
Parameter | Type | Description |
---|
Returns: .
Fired when one of the key is pressed.
Fired when the value of the property changes.
Name | Description |
---|
Name | Description |
---|
: Returns the the event is occurring for.
: Returns the zero-based index of the in the collection.
Name | Description |
---|
Name | Description |
---|
Name | Type | Description |
---|
Initializes a new instance of the class with the specified settings.
Name | Type | Description |
---|
: Returns or sets the type of border that is drawn around the panel. (Default: Solid
)
: Returns or sets a value indicating whether the Accordion control collapses when all the children are collapsed. (Default: False
)
: Returns the rectangle that represents the virtual display area of the control.
: 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.
: Returns or sets the images to display on the panel's title bar. (Default: null
)
: Returns the number of panels in the container.
: Returns the collection of panels in the container.
: Returns or sets the index of the currently selected panel. (Default: -1
)
The value is less than -1.
: Returns or sets a value indicating whether the selected panel is moved to the top of the container. (Default: False
)
: Returns or sets the currently selected panel.
: Returns or sets whether a panel's ToolTip is shown when the mouse passes over the panel's title. (Default: True
)
Makes the following the with the specified index the current panel.
Parameter | Type | Description |
---|
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the following the specified the current panel.
Parameter | Type | Description |
---|
panel is null.
Makes the following the the specified name the current panel.
Parameter | Type | Description |
---|
panelName is null; or panelName does not match the property of any in the collection.
Returns the panel 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.
Makes the with the specified index the current .
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 .
Parameter | Type | Description |
---|
panel is null.
Makes with the specified name the current .
Parameter | Type | Description |
---|
panelName is null; or panelName does not match the property of any in the collection.
Fired when a panel is deselected.
Occurs before a panel is deselected, enabling a handler to cancel the panel change.
Fired when a panel is selected.
Fired when the property has changed.
Occurs before a panel is selected, enabling a handler to cancel the panel change.
Name | Description |
---|
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.
Represents the method that will handle the Selected or Deselected event of a Accordion control.
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.
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.
panel
The AccordionPanel to add.
text
The text to display on the panel.
key
The name of the AccordionPanel.
text
The text to display on the title of AccordionPanel.
key
The name of the AccordionPanel.
text
The text to display on the AccordionPanel.
imageIndex
The index of the image to display on the title of the AccordionPanel.
key
The name of the AccordionPanel.
text
The text to display on the AccordionPanel.
imageKey
The key of the image to display on the title of the AccordionPanel.
panels
An array of type AccordionPanel that contains the panels to add.
dispose
Indicates whether to dispose the AccordionPanel panels removed from the collection.
panel
The AccordionPanel to locate in the collection.
key
The name of the AccordionPanel to search for.
array
The one-dimensional array that is the destination of the AccordionPanel panels copied from the collection. The array must have zero-based indexing.
index
The zero-based index in the array at which copying begins.
panel
The AccordionPanel to locate in the collection.
key
The name of the AccordionPanel to find in the collection.
index
The zero-based index location where the AccordionPanel is inserted.
panel
The AccordionPanel to insert in the collection.
index
The zero-based index location where the AccordionPanel is inserted.
text
The text to display in the AccordionPanel.
index
The zero-based index location where the AccordionPanel is inserted.
key
The name of the AccordionPanel.
text
The text to display on the AccordionPanel.
index
The zero-based index location where the AccordionPanel is inserted
key
The name of the AccordionPanel.
text
The text to display on the AccordionPanel.
imageIndex
The zero-based index of the image to display on the AccordionPanel.
index
The zero-based index location where the AccordionPanel is inserted.
key
The name of the AccordionPanel.
text
The text to display on the AccordionPanel.
imageKey
The key of the image to display on the AccordionPanel.
panel
The AccordionPanel to remove.
index
The zero-based index of the AccordionPanel to remove.
key
The name of the AccordionPanel to remove.
checkAutoValidate |
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. |
Allows an object to serialize itself. |
location | The location of the panel on its parent control. |
size | The size of the panel. |
onSelectedIndexChanged |
location | The location of the panel on its parent control. |
size | The size of the panel. |
panels |
onSelectedIndexChanged |
index |
panel |
panelName |
index |
index |
panel |
panelName |
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. |
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.
text
The text for the title of the panel.
panel |
panelIndex |
cancel | true to cancel the panel change by default; otherwise, false. |
action |
keyData |
component | The Wisej component that originated the keyboard event. |
panels |
onSelectedIndexChanged |
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.DataRepeater
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.5.0.0)
Provides data for the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Initializes a new instance of the DataRepeaterAddRemoveItemsEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Return the number of items being added to or deleted from a DataRepeater control.
Int32: Returns the index of the item being added or deleted.
Wisej.Web.DataRepeaterDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataError event.
Initializes a new instance of the DataRepeaterDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentNullException ex is null.
Control: Gets the Control that raised the data error.
DataRepeaterItem: Gets the DataRepeaterItem that raised the data error.
Exception: Gets the Exception that represents the error.
String: Gets the name of the property of the control that raised the error.
Boolean: Gets or sets a value that indicates whether to throw an exception after code execution exits the DataError event handler.
Wisej.Web.DataRepeaterDataErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the DataError event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterAddRemoveItemsEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.AcceleratorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Accelerator event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Used by the DataRepeater control to display data at run time.
Initializes a new instance of the DataRepeaterItem object.
Boolean: Return a value that determines whether a DataRepeaterItem is the currently selected item in a DataRepeater control.
Int32: Returns the index of a DataRepeaterItem in a DataRepeater control.
Boolean: Returns value that determines whether the data for a DataRepeaterItem in a DataRepeater control has been changed by the user.
Wisej.Web.DataRepeaterItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the ItemCloned event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.DataRepeaterItemValueEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.DataRepeaterItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.5.0.0)
Represents the method that will handle the ItemCloning event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterLayoutStyles
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides an enumeration for specifying the orientation of items in a DataRepeater control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DesktopTaskBarItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a component in the control's taskbar.
Initializes a new instance of the class.
Initializes a new instance of the class and displays the specified text on the item.
Name | Type | Description |
---|
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/>".
Updates the component on the client. Overridden to repaint the taskbar in design mode.
Wisej.Web.DesktopTaskBarItemControl
Wisej.Web.DesktopTaskBarItemDateTime
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.DesktopTaskBarItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.DesktopTaskBarItemClickEventArgs
If true, the value of the property is used to determine if validation should be performed; if false, validation is unconditionally performed.
All wisej controls derived from the class must implement this interface.
Represents the method that will handle the or event of a control.
Represents the method that will handle the event.
An Action delegate to handle the event.
An array of objects to be added to the panel.
An Action delegate to handle the event.
The index in the collection of the to deselect.
The to deselect.
The of the panel 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 panel in the collection.
One of the values.
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.
An array of objects to be added to the panel.
An Action delegate to handle the event.
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
: Returns or sets whether the button is enabled. (Default: True
)
: Returns or sets the image that is displayed in a .
: Returns or sets the position of the within this taskbar item. (Default: Left
)
: Returns or sets the theme name or URL for the image to display in the .
: Returns or sets the name of the .
: Returns the control that the taskbar item button is assigned to.
: Returns or sets the position of this within the taskbar in the parent . (Default: Left
)
: Returns or sets the object that contains user data. (Default: null
)
: Returns or sets the text displayed on the taskbar item. (Default: ""
)
: Returns or sets the text that appears as a ToolTip for the taskbar item. (Default: ""
)
: Returns or sets whether the taskbar item is visible or hidden. (Default: True
)
Name | Description |
---|
Name | Description |
---|
: Returns the control that the taskbar item button is assigned to.
Name | Description |
---|
Name | Description |
---|
: Returns the identified by the name.
Adds a with the specified text to the collection.
Parameter | Type | Description |
---|
Returns: . A that represents the item 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 item 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 .
Removes the specified from the collection.
Parameter | Type | Description |
---|
The assigned to the item 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 .
Removes the with the specified key from the collection.
Parameter | Type | Description |
---|
Name | Description |
---|
Represents the method that handles the UserDeletingItems event.
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.
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Represents the method that will handle the DataError event.
sender
The source of the event.
e
A DataRepeaterDataErrorEventArgs 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.
sender
The source of the event.
e
An object that contains the event data.
Fired when a new DataRepeaterItem is added to the DataRepeater control.
Fired when a DataRepeaterItem is deleted from the DataRepeater control.
Fired when the user adds a new DataRepeaterItem.
Fired after the user deletes a DataRepeaterItem.
sender
The source of the event.
e
A AcceleratorEventArgs that contains the event data.
Fired when one of the Accelerators key is pressed.
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 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 ItemCloning event.
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
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.
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.
All wisej components 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. |
text |
item |
items |
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 |
item |
index | The zero-based index of the item to remove. |
key |
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.
index
The index of the DataRepeaterItem that is being added or deleted.
count
The number of items being added or deleted.
item
The DataRepeaterItem on which the error occurred.
control
The Control on the DataRepeaterItem on which the error occurred.
property
The property on which the error occurred. For most controls, this will be the Text property.
ex
The exception object.
source
The ItemTemplate from which the new item will be cloned.
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.
item
The ItemTemplate cloned from the ItemTemplate object.
Represents the method that will handle the ItemCloned event.
text |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a on the is clicked. |
Fired when a on the is double clicked. |
sender | The source of the event. |
e | An object that contains the event data. |
Fired when the user deletes a . |
owner |
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. |
item |
button |
clicks | The number of times a mouse button was pressed. |
sender | The source of the event. |
e | A object that contains the event data. |
Fired when the property is set to true and a new value for a child control of a is needed. |
Fired when the property is set to true and the value of a child control in the changes. |
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. |
sender | The source of the event. |
e | A that contains the event data. |
Occurs after the form is closed. |
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. |
Wisej.Web.FormClosingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that handles a FormClosing event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.Desktop
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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 Items in the taskbar. (Default: Left
)
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.FormClosingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.MdiClient
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.Form
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a window or dialog box that makes up an application's user interface.
Default constructor.
Initializes a new instance of the Form class with the specified initial settings.
Name | Type | Description |
---|---|---|
Initializes a new instance of the Form class with the specified initial settings.
Initializes a new instance of the Form class with the specified initial settings.
Initializes a new instance of the Form class with the specified initial settings.
Initializes a new instance of the Form class with the specified initial settings.
IButtonControl: Returns or sets the button on the form that is clicked when the user presses the ENTER key. (Default: null
)
Assigning the AcceptButton doesn't automatically close the window when the button is pressed. It only assigns the value of the DialogResult property of the form to the value of the DialogResult property of the button. To close the form when the AcceptButton is clicked, you have to call the Close method when the button is pushed.
Boolean: Returns whether the form is the currently active top level window or the active mdi child window.
Form: Returns the currently active form for this application.
Form: Returns the currently active multiple-document interface (MDI) child window.
Boolean: Returns or sets whether the opacity of the form can be adjusted.
String: Sets the appearance key for the theme engine. (Default: null
)
Boolean: Automatically closes the form or dialog when the user clicks anywhere on the browser outside of the form. (Default: False
)
Boolean: EXPERIMENTAL: Automatically closes the Modal dialog when DialogResult is assigned to a value different than None by code or by a user action, i.e.: AcceptButton click. Since 3.5.6 (Default: False
)
You can change the default value across the application using the AutoCloseModalDialogDefault property or related AppContext switch. The default WinForms behavior is to automatically close the modal dialog.
Boolean: EXPERIMENTAL: Default value for the AutoCloseModalDialog property. Since 3.5.6 (Default: False
)
The default is false. You can set the value by code or using AppContext switches: AppContext.SetSwitch("FormAutoCloseModalDialog", true);
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
)
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
)
Assigning the CancelButton doesn't automatically close the window when the button is pressed. It only assigns the value of the DialogResult property of the form to the value of the DialogResult property of the button. To close the form when the CancelButton is clicked, you have to call the Close method when the button is pushed.
Size: Returns or sets the size of the client area of the form.
Boolean: Returns or sets whether the Close button is displayed in the caption bar of the form. (Default: True
)
CloseReason: Returns the reason for the form closing.
Boolean: Returns or sets whether a control box is displayed in the caption bar of the form. (Default: True
)
DialogResult: Returns or sets the dialog result for the form.
Boolean: Enables or disables merging the MdiParent's menu with the active MdiChild form's menu. (Default: False
)
FormBorderStyle: Returns or sets the border style of the form. (Default: Sizable
)
Boolean: Returns whether this form is an IsMdiContainer and has any Mdi child form.
Boolean: Returns whether this form has any owned form.
Color: Returns or sets the background color of the title bar and frame of the window.
Color: Returns or sets the text color of the title bar of the window.
Image: Returns or sets the icon (32x32) for the Form.
Image: Returns or sets the large icon (128x128) for the Form.
String: Returns or sets the theme name or URL for the large icon to display for the Form.
String: Returns or sets the theme name or URL for the icon to display for the Form.
Boolean: Returns whether the Form 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 IsDisposed to check if it has been disposed.
Boolean: Returns whether the Form was created as a modal or modeless dialog using ShowDialog.
Boolean: Returns a value indicating whether the form is a multiple-document interface (MDI) child form.
Boolean: Returns or sets whether the form is a container for multiple-document interface (MDI) child forms. (Default: False
)
Boolean: Keeps the form always centered in the browser. (Default: False
)
Boolean: Keeps the entire form within the browser view preventing the user from dragging the form, even partially, outside of the view. (Default: False
)
Boolean: Returns or sets whether the form is resized while the border is being dragged. (Default: False
)
Boolean: Returns or sets whether the Maximize button is displayed in the caption bar of the form. (Default: True
)
Size: Returns the maximum size the form can be resized to. (Default: {Width=0, Height=0}
)
Throws:
ArgumentOutOfRangeException The values of the height or width within the Size object are less than zero.
Form[]: Returns an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form.
MdiClient: Returns the internal MdiClient component.
Form: Returns or sets the current multiple-document interface (MDI) parent form of this form.
Throws:
MdiTabProperties: Provides properties for the TabControl object used to display the tabbed MDI interface.
MainMenu: Returns or sets the MainMenu that is displayed in the form. (Default: null
)
MainMenu: Returns the merged menu for the form.
Boolean: Returns or sets whether the Minimize button is displayed in the caption bar of the form. (Default: True
)
Size: Returns or sets the minimum size the form can be resized to.
Throws:
ArgumentOutOfRangeException The values of the height or width within the Size object are less than zero.
Boolean: Returns whether this form is displayed modally.
Boolean: Returns or sets whether the form can be moved by dragging.
Double: Returns or sets the opacity level of the form. (Default: 1
)
Form[]: Returns an array of Form objects that represent all forms that are owned by this form.
Form: Returns or sets the form that owns this form.
Throws:
Exception A top-level window cannot have an owner.
Boolean: Returns or sets whether the form is displayed in the Desktop taskbar. (Default: True
)
Boolean: 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 ShowDialog - always show the modal mask by default.
Size: Returns or sets the size of the form.
FormStartPosition: Returns or sets the starting position of the form at run time. (Default: DefaultLocation
)
String: Returns or sets the title of the Form window. (Default: ""
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Boolean: Returns or sets whether to display the form as a top-level window.
Throws:
Exception A Multiple-document interface (MDI) parent form must be a top-level window.
Boolean: Returns or sets whether the form should be displayed as a topmost form. (Default: False
)
FormWindowState: Returns or sets a value that indicates whether form is minimized, maximized, or normal. (Default: Normal
)
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.
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.
Forces the control to update the corresponding client widget. When in DesignMode it forces a full redraw of the designer surface for this control and optionally of its children, including the non-client areas such as the caption of forms or panels.
Removes an owned form from this form.
Shows the form to the user.
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 FormClosed event.
Throws:
InvalidOperationException 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.
Shows the form with the specified owner to the user.
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 FormClosed event.
Throws:
InvalidOperationException 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.
Shows the form as a modal dialog box. When the onclose is specified, the dialog is modal only in the browser.
Returns: DialogResult. One of the DialogResult values.
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:
InvalidOperationException 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.
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.
Returns: DialogResult. One of the DialogResult values.
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:
ArgumentException The form specified in the owner parameter is the same as the form being shown.
InvalidOperationException 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.
Asynchronously shows the form as an awaitable modal dialog box.
Returns: Task<DialogResult>. An awaitable Task that contains the DialogResult value returned asynchronous when the user closes the modal dialog.
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:
InvalidOperationException 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.
EventHandler Fired when the form is activated in code or by the user.
EventHandler Fired when the form loses focus and is no longer the active form.
FormClosedEventHandler Occurs after the form is closed.
FormClosingEventHandler Occurs before the form is closed.
EventHandler Fired when the Help button is clicked.
EventHandler Fired before a form is displayed for the first time.
EventHandler Fired when the value of the MaximumSize property has changed.
EventHandler Fired when a multiple-document interface (MDI) child form is activated.
ControlEventHandler Fired when a multiple-document interface (MDI) child form is added to the mdi parent.
ControlEventHandler Fired when a multiple-document interface (MDI) child form is removed from the mdi parent.
EventHandler Fired when the value of the MinimumSize property has changed.
EventHandler Fired whenever the form is first displayed.
ToolClickEventHandler Fired when a ComponentTool is clicked.
EventHandler Fired when the value of the WindowStateChanged property has changed.
Wisej.Web.FormClosedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.ScrollableControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.SlideBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Displays child controls vertically or horizontally in a scrollable container.
Initializes a new instance of the SlideBar class.
Initializes a new instance of the SlideBar class with the specified settings.
Name | Type | Description |
---|---|---|
Initializes a new instance of the SlideBar class with the specified settings.
BorderStyle: Returns or sets the type of border that is drawn around the SlideBar control. (Default: None
)
Color: Returns or sets the background Color of the scroll buttons.
The default background color is set in the theme color as "slidebarButtons".
HScrollProperties: Returns the properties associated with the horizontal scroll position.
LayoutEngine: Returns the control's layout engine.
Orientation: Returns or sets the Orientation of the SlideBar control. (Default: Horizontal
)
Int32: Returns or sets the number of pixels to scroll when the scroll buttons are pressed. (Default: 15
)
Throws:
ArgumentOutOfRangeException The value is less than 1 or greater than 32000.
Int32: Returns or sets the spacing between the child controls. (Default: 0
)
Throws:
ArgumentOutOfRangeException The value is less than 0 or greater than 32000.
VScrollProperties: Returns the properties associated with the vertical scroll position.
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.
EventHandler Fired when the value of Orientation changes.
ScrollEventHandler Fired when the SlideBar widget scrolls its content.
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.
EventHandler Fired when the control has completed the scrolling animation.
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.
EventHandler Fired when the value of ScrollStep changes.
EventHandler Fired when the value of Spacing changes.
Wisej.Web.MdiTabProperties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.SplitContainer
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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 SplitContainer class.
Image: Returns or sets the background image displayed in the control. (Default: null
)
String: Returns or sets the background image displayed in the control. (Default: null
)
BindingContext: Returns or sets the BindingContext for the SplitContainer.
BorderStyle: Returns or sets the style of border for the SplitContainer. (Default: Solid
)
FixedPanel: Returns or sets which SplitContainer panel remains the same size when the container is resized. (Default: None
)
Boolean: Returns or sets whether the splitter is fixed or movable. (Default: False
)
Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels. (Default: Vertical
)
SplitterPanel: Returns the left or top panel of the SplitContainer, depending on Orientation.
Boolean: Returns or sets a value determining whether Panel1 is collapsed or expanded. (Default: False
)
Int32: Returns or sets the minimum distance in pixels of the splitter from the left or top edge of Panel1. (Default: 25
)
Throws:
ArgumentOutOfRangeException The specified value is incompatible with the orientation.
SplitterPanel: Returns the right or bottom panel of the SplitContainer, depending on Orientation.
Boolean: Returns or sets a value determining whether Panel2 is collapsed or expanded. (Default: False
)
Int32: Returns or sets the minimum distance in pixels of the splitter from the right or bottom edge of Panel2. (Default: 25
)
Throws:
ArgumentOutOfRangeException The specified value is incompatible with the orientation.
Int32: Returns or sets the location of the splitter, in pixels, from the left or top edge of the SplitContainer. (Default: 50
)
Throws:
ArgumentOutOfRangeException The value is less than zero.
InvalidOperationException The value is incompatible with the orientation.
Rectangle: Returns the size and location of the splitter relative to the SplitContainer.
Int32: Returns or sets the width of the splitter in pixels.
Throws:
ArgumentOutOfRangeException The value is less than one or is incompatible with the orientation.
Resets the size of the splitter to the value set in the theme.
EventHandler Fired when the value of Orientation changes.
SplitterEventHandler Fired when the splitter control is moved.
SplitterCancelEventHandler Fired when the splitter control is in the process of moving.
Wisej.Web.Page
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.
Initializes a new instance of the Page class with the specified initial settings.
Name | Type | Description |
---|---|---|
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.ScrollEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ScrollEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Scroll event.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, and NewValue properties.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties.
Int32: Returns or sets the new Value of the scroll bar.
Int32: Returns the old Value of the scroll bar.
ScrollOrientation: Returns the scroll bar orientation that raised the Scroll event.
ScrollEventType: Returns the type of scroll event that occurred.
Wisej.Web.SplitterCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for splitter events.
Initializes a new instance of the SplitterCancelEventArgs class with the specified coordinates of the mouse pointer and the upper left corner of the SplitContainer.
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.
Wisej.Web.SplitterCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the SplitterMoving event of a SplitContainer.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.SplitterEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.StatusBar StatusBarPanelCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the collection of controls in a control.
: Returns a value indicating whether this collection is read-only.
: Returns or sets the at the specified index.
: Returns the identified by the name.
Throws:
Removes all panels from the collection.
Throws:
Throws:
Throws:
Wisej.Web.GroupBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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 class.
Initializes a new instance of the class with the specified text.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified controls, text, and collapsed state.
Wisej.Web.StatusBarPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a panel in a control.
Initializes a new instance of the class.
: Returns or sets the alignment of text and icons within the status bar panel. (Default: Left
)
Throws:
Throws:
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/>".
Throws:
Updates the component on the client. Overridden to repaint the parent control in design mode.
Wisej.Web.StatusBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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
)
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
Initializes a new instance of the class.
Wisej.Web.TabControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Manages a related set of pages.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified initial settings.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified initial settings.
Name | Type | Description |
---|
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:
Represents a component in the control's taskbar that can host any .
Represents a DateTime component in the control's taskbar.
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.
Represents the method that will handle the event of a .
The text to display on the new .
The control that owns this collection.
The that was clicked.
One of the values that indicate which mouse button was pressed.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | 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 |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | 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 | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
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 was null.
The parent of the specified in the panel parameter is not null.
Adds an array of to the collection.
Parameter | Type | Description |
---|
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 panel parameter is null.
The panel 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 panel 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 |
---|
Name | Type | Description |
---|
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
: Returns or sets a value that indicates whether the resizes based on its contents. (Default: False
)
: Returns or sets the mode by which the automatically resizes itself. (Default: GrowOnly
)
: Gets or sets whether the checkbox next to the group box title is checked or unchecked. (Default: True
)
: Returns or sets a value that indicates whether the is collapsed or expanded. (Default: False
)
: Returns a rectangle that represents the inner dimensions of the control.
: Enables or disables right-to-left layout when the value of is (Default: False
)
: Gets or sets whether the group box shows a checkbox next to the text. (Default: False
)
: Returns or sets a value that indicates the displays the open/close button next to the title. (Default: False
)
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
Fired when the value of the property changes.
Fired when the groupbox is collapsed.
Fired when the groupbox is expanded.
Fired when the value of the property changes.
Name | Description |
---|
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
: Returns or sets whether the status bar panel is automatically resized. (Default: None
)
: Returns or sets the border style of the status bar panel. (Default: Solid
)
: Returns or sets the icon to display within the status bar panel.
: Returns or sets the index value of the image assigned to the . (Default: -1
)
The assigned value is less than -1.
: Returns or sets the theme name or URL for the icon to display in the .
: Returns or sets the name of the image assigned to the . (Default: ""
)
: Returns or sets the minimum allowed width of the status bar panel within the control. (Default: 10
)
A value less than 0 is assigned to the property.
: Returns or sets the name to apply to the .
: Returns or sets padding within the statusbar panel.
: Returns the control that hosts the status bar panel.
: Returns or sets an object that contains data about the . (Default: null
)
: Returns or sets the text of the status bar panel. (Default: ""
)
: Returns or sets ToolTip text associated with the status bar panel. (Default: ""
)
: Returns or sets the width of the status bar panel within the control. (Default: 100
)
The width specified is less than the value of the property.
Begins the initialization of a .
Ends the initialization of a .
Fired when the is clicked.
Name | Description |
---|
Name | Description |
---|
: Returns or sets the to be hosted. (Default: null
)
Name | Description |
---|
: Returns the number of child panels without forcing the creation of the collection.
: 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 |
---|
: 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 |
---|
Name | Type | Description |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the to draw.
Name | Description |
---|
Initializes a new instance of the class with the specified initial settings.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified initial settings.
Name | Type | Description |
---|
: Returns or sets the area of the control (for example, along the top) where the tabs are aligned.
: Returns or sets whether the user can change the position of a tab button by dragging it. (Default: False
)
: Returns or sets the option to automatically activate the first focusable control of the when the is changed. Since 3.5.4 (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.
Fired when the user drags a into a new position and the property is set to true.
Occurs after a tab is shown or hidden by the user through the or programmatically through the property.
Name | Description |
---|
sender
The source of the event.
e
A FormClosingEventArgs that contains the event data.
Occurs before the form is closed.
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.
Maximized
A maximized window.
Minimized
A minimized window.
Normal
A default sized window.
Returns or sets the initial WindowState of the common dialog.
Returns or sets a value that indicates whether form is minimized, maximized, or normal.
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 Location property.
Returns or sets the starting position of the form at run time.
Represents the method that handles a FormClosing event.
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.
controls
An array of Control objects to be added to the form.
onClosed
Handler for the Closed event.
location
The location of the form on the screen.
size
The size of the form.
controls
An array of Control objects to be added to the form.
location
The location of the form on the screen.
size
The size of the form.
onClosed
Handler for the Closed event.
location
The location of the form on the screen.
size
The size of the form.
controls
An array of Control objects to be added to the form.
onClosed
Handler for the Closed event.
ownedForm
The Form that this form will own.
point
The screen coordinate Point to convert.
point
The client coordinate Point to convert.
refreshChildren
True to also refresh all the children of this control.
ownedForm
A Form representing the form to remove from the list of owned forms for this form.
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 controls derived from the Control class must implement this interface.
All wisej top-level windows 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 controls 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.
location
The location of the panel on its parent control.
size
The size of the panel.
controls
An array of Control objects to be added to the panel.
orientation
Initial Orientation value.
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
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.
control
The child control to scroll into view.
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.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
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.
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.
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.
Fired when the user or code scrolls the ListView.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
Represents the method that will handle the SplitterMoving event of a SplitContainer.
sender
The source of the event.
e
A SplitterCancelEventArgs that contains the event data.
Fired when the splitter control is in the process of moving.
Represents the method that will handle the SplitterMoved event of a SplitContainer.
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the event.
owner
A Form that is related to this instance. This form is added to the OwnedForms 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 event.
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the event.
owner
A Form that is related to this instance. This form is added to the OwnedForms 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 event. 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 Form that is related to this instance. This form is added to the OwnedForms collection of the owner form.
text |
panel |
panels |
dispose |
panel |
key | The name of the item to find in the collection. |
panel |
key |
index | The zero-based index location where the panel is inserted. |
panel |
panel |
index | The zero-based index of the item to remove. |
key |
text |
location | Initial location. |
size | Initial size. |
controls |
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. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Bindable components 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. |
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. |
statusBarPanel |
button |
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. |
location | The location of the TabControl on its parent control. |
size | The size of the TabControl. |
onSelectedIndexChanged |
location | The location of the TabControl on its parent control. |
size | The size of the TabControl. |
tabPages |
onSelectedIndexChanged |
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. |
closeReason
A CloseReason value that represents the reason why the form is being closed.
cancel
true to cancel the event; otherwise, false.
owner
The MdiParent form using this container to host its children.
onClosed
Handler for the Closed event.
closeReason
A CloseReason value that represents the reason why the form was closed.
Represents the method that handles a FormClosed event.
controls
An array of Control objects to be added to the panel.
orientation
Initial Orientation value.
owner
The Form whose properties this object describes.
controls
An array of Control objects to be added to the form.
args
The arguments received from the client.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
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.
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).
text |
controls |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the splitter control is moved. |
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. |
splitContainer |
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. |
Contents | The width of the is determined by its contents. |
None | The does not change size when the control resizes. |
Spring | The uses the available space on the (the space not taken up by other panels whose property is set to or ) and shares it with other panels that have their property set to . |
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. |
statusBarPanel |
button |
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. |
onSelectedIndexChanged |
tabPages |
onSelectedIndexChanged |
Wisej.Web.TabControlEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Selected or Deselected event of a TabControl control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.TabControlCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Selecting or Deselecting event of a TabControl control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.TabControlAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines values representing TabControl events.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.TabPage
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.TabControlCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Selecting and Deselecting events of a TabControl control.
Initializes a new instance of the TabControlCancelEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the TabControlCancelEventArgs class.
Name | Type | Description |
---|---|---|
TabControlAction: Returns a value indicating which event is occurring.
Int32: Returns the zero-based index of the TabPage being selected when processing Deselecting otherwise it returns -1.
TabPage: Returns the TabPage the event is occurring for.
Int32: Returns the zero-based index of the TabPage being selected when processing Selecting and Selected, or being deselected when processing Deselecting and Deselected.
Wisej.Web.TabControl TabPageCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Contains a collection of TabPage objects.
Int32: Returns the number of tab pages in the collection.
TabPage: Returns or sets a TabPage in the collection at the specified index.
Throws:
ArgumentOutOfRangeException index is less than zero or greater than the highest available index.
ArgumentNullException value is null.
TabPage: Returns the TabPage with the specified key from the collection.
Adds a TabPage to the collection.
Throws:
ArgumentNullException The specified tabPage is null.
Creates a TabPage with the specified text, and adds it to the collection.
Creates a TabPage with the specified key and text and adds it to the collection.
Creates a TabPage with the specified key, text, and image, and adds it to the collection.
Creates a TabPage with the specified key, text, and image, and adds it to the collection.
Adds a set of TabPage pages to the collection.
Throws:
ArgumentNullException The value of pages is null.
Removes all the TabPage pages from the collection.
Removes and disposes all TabPage pages from the collection.
Determines whether a specified TabPage is in the collection.
Returns: Boolean. true if the specified TabPage is in the collection; otherwise, false.
Throws:
ArgumentNullException The value of tabPage is null.
Determines whether the collection contains a TabPage with the specified key.
Returns: Boolean. true to indicate a TabPage page with the specified key was found in the collection; otherwise, false.
Copies the TabPage pages in the collection to the specified array, starting at the specified index.
Throws:
ArgumentNullException array is null.
ArgumentOutOfRangeException array is less than zero.
ArgumentException array is multidimensional or the number of elements in the TabPageCollection is greater than the available space from index to the end of array .
Returns the index of the TabPage in the collection.
Returns: Int32. The zero-based index of the tab page; -1 if it cannot be found.
Throws:
ArgumentNullException The value of tabPage is null.
Returns the index of the first occurrence of the TabPage with the specified key.
Returns: Int32. The zero-based index of the first occurrence of a TabPage with the specified key, if found; otherwise, -1.
Inserts an existing TabPage into the collection at the specified index.
Creates a new TabPage with the specified text and inserts it into the collection at the specified index.
Creates a new TabPage with the specified key and text, and inserts it into the collection at the specified index.
Creates a new TabPage with the specified key, text, and image, and inserts it into the collection at the specified index.
Creates a TabPage with the specified key, text, and image, and inserts it into the collection at the specified index.
Removes the TabPage from the collection.
Throws:
ArgumentNullException The tabPage parameter is null.
Removes the TabPage at the specified index from the collection.
Removes the TabPage with the specified key from the collection.
Wisej.Web.TabSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how tabs in a TabControl are sized.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.TableLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.
Initializes a new instance of the TableLayoutPanel class with the specified initial settings.
Name | Type | Description |
---|---|---|
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.5.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.TableLayoutControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a collection of child controls in a table layout container.
Initializes a new instance of the TableLayoutControlCollection class.
Name | Type | Description |
---|---|---|
TableLayoutPanel: Returns the parent TableLayoutPanel that contains the controls in the collection.
Adds the specified control to the collection and positions it at the specified cell.
Throws:
ArgumentException Either * column* or row is less than -1.
Wisej.Web.RowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.TableLayoutColumnStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
A collection that stores ColumnStyle objects.
ColumnStyle: Returns or sets the ColumnStyle at the specified index.
Adds a new ColumnStyle to the TableLayoutColumnStyleCollection.
Parameter | Type | Description |
---|---|---|
Returns: Int32. The position into which the new element was inserted.
Determines whether the TableLayoutColumnStyleCollection contains a specific style.
Returns: Boolean. true if the ColumnStyle is found in the TableLayoutColumnStyleCollection; otherwise, false.
Determines the index of a specific item in the TableLayoutColumnStyleCollection.
Returns: Int32. The index of colStyle if found in the TableLayoutColumnStyleCollection; otherwise, -1.
Inserts a ColumnStyle into the TableLayoutColumnStyleCollection at the specified position.
Removes the first occurrence of a specific object from the TableLayoutColumnStyleCollection.
Wisej.Web.TableLayoutPanelGrowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.TableLayoutPanelCellPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.ColumnStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.TableLayoutStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Implements the basic functionality for a collection of table layout styles.
Int32: Gets the number of styles actually contained in the TableLayoutStyleCollection.
TableLayoutStyle: Returns or sets TableLayoutStyle at the specified index.
Throws:
ArgumentException The property value is already assigned to another owner. You must first remove it from its current location or clone it.
Adds a new TableLayoutStyle to the end of the current collection.
Returns: Int32. The position into which the new element was inserted.
Throws:
ArgumentException 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 TableLayoutPanel and empties the collection.
Removes the style at the specified index of the collection.
Wisej.Web.TableLayoutSettings
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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:
Wisej.Web.TableLayoutRowStyleCollection
Wisej.Web.ToolBarButtonClickEventArgs
Wisej.Web.ToolBarButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents an item in the .
Change the type of item to display using the property.
Initializes a new instance of the class.
Initializes a new instance of the class and displays the assigned text on the button.
Name | Type | Description |
---|
Throws:
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/>".
Updates the component on the client. Overridden to repaint the toolbar in design mode.
Wisej.Web.TableLayoutStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.ToolBar ToolBarButtonCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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:
onclose
onclose
onclose
onclose
owner
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.
Indicates whether the removed objects should be disposed.
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 text to display on the .
An array of control objects to add to the .
All wisej controls derived from the class must implement this interface.
Represents a panel in a control that can host any .
All wisej controls derived from the class must implement this interface.
All wisej controls derived from the class must implement this interface.
The that represents the panel that was clicked.
One of the values that represents the mouse buttons that were clicked while over the .
Represents the method that will handle the event of a .
An Action delegate to handle the event.
An array of objects to be added to the .
An Action delegate to handle the event.
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 text to display on the .
An array of control objects to add to the .
The that contains the .
The that represents the panel that was clicked.
One of the values that represents the mouse buttons that were clicked while over the .
An Action delegate to handle the event.
An array of objects to be added to the .
An Action delegate to handle the event.
Parameter | Type | 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 |
---|---|---|
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 |
---|---|---|
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 | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | 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.
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 or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
: Sets the appearance key for the theme engine. (Default: null
)
: 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
)
blocks the entire browser as soon as the button is clicked since it's implemented on the client side, while blocks the specific widget when returning from the request.
: Returns or sets the implementation to invoke. (Default: null
)
: Returns or sets the menu to be displayed in the drop-down toolbar button. (Default: null
)
: Returns or sets whether the button is enabled. (Default: True
)
: Returns or sets the text color of the toolbar button.
: Returns or sets the image that is displayed in a .
: Returns or sets the index value of the image assigned to the . (Default: -1
)
The specified index is less than -1.
: Returns or sets the name of the image assigned to the button. (Default: ""
)
: Returns or sets the theme name or URL for the image to display in the .
: Returns or sets the space between toolbar buttons.
: Returns or sets the name of the .
: Returns or sets padding within the toolbar button.
: Returns the toolbar control that the toolbar button is assigned to.
: Returns or sets whether a toggle-style toolbar button is currently in the pushed state. (Default: False
)
: Returns or sets how the toolbar button is resized. (Default: Auto
)
: Returns or sets the style of the toolbar button. (Default: PushButton
)
: Returns or sets the object that contains data about the toolbar button. (Default: null
)
: Returns or sets the text displayed on the toolbar button. (Default: ""
)
: Returns or sets the text that appears as a ToolTip for the button. (Default: ""
)
: Returns or sets whether the toolbar button is visible or hidden. (Default: True
)
Generates the and events.
Fired when the control is clicked.
Fired when the property value changes.
Fired when the property value changes.
Name | 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 |
---|
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.
Fired when the user drags a TabPage into a new position and the AllowUserToMoveTabs property is set to true.
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.
Closed
Represents the TabClosed event.
Closing
Represents the TabClosing event.
Deselected
Represents the Deselected event.
Deselecting
Represents the Deselecting event.
Moved
Represents the TabMoved event.
Selected
Represents the Selected event.
Selecting
Represents the Selecting event.
VisibilityChanged
Represents the TabVisibilityChanged event.
Returns a value indicating which event is occurring.
Returns a value indicating which event is occurring.
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.
Represents the method that will handle the Selecting or Deselecting event of a TabControl control.
tabPage
The TabPage to add.
text
The text to display on the TabPage.
key
The name of the TabPage.
text
The text to display on the TabPage.
key
The name of the TabPage.
text
The text to display on the TabPage.
imageIndex
The index of the image to display on the TabPage.
key
The name of the TabPage.
text
The text to display on the TabPage.
imageKey
The key of the image to display on the TabPage.
pages
dispose
Indicates whether to dispose the TabPage pages removed from the collection.
tabPage
The TabPage to locate in the collection.
key
The name of the TabPage page to search for.
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
The TabPage to locate in the collection.
key
The name of the TabPage to find in the collection.
index
The zero-based index location where the TabPage page is inserted.
tabPage
The TabPage to insert in the collection.
index
The zero-based index location where the TabPage page is inserted.
text
The text to display in the TabPage page.
index
The zero-based index location where the TabPage is inserted.
key
The name of the TabPage.
text
The text to display on the TabPage.
index
The zero-based index location where the TabPage is inserted
key
The name of the tab page.
text
The text to display on the TabPage.
imageIndex
The zero-based index of the image to display on the TabPage.
index
The zero-based index location where the TabPage is inserted.
key
The name of the tab page.
text
The text to display on the TabPage.
imageKey
The key of the image to display on the TabPage.
tabPage
The TabPage to remove.
index
The zero-based index of the TabPage to remove.
key
The name of the TabPage page to remove.
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.
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 add.
column
The column in which control will be placed.
row
The row in which control will be placed.
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 .
colStyle
The ColumnStyle to locate in the TableLayoutColumnStyleCollection.
colStyle
The ColumnStyle to locate in the TableLayoutColumnStyleCollection.
index
The zero-based index at which the ColumnStyle should be inserted.
colStyle
The ColumnStyle to insert into the TableLayoutColumnStyleCollection. The value can be null.
colStyle
The ColumnStyle to remove from the TableLayoutColumnStyleCollection. The value can be null.
AddColumns
The TableLayoutPanel gains additional columns after it is full.
AddRows
The TableLayoutPanel gains additional rows after it is full.
FixedSize
The TableLayoutPanel does not allow additional rows or columns after it is full.
Returns or sets whether the TableLayoutPanel 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.
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 column should be should be sized relative to its containing table.
width
The preferred width, in pixels or percentage, depending on the sizeType parameter.
style
The TableLayoutStyle to add to the TableLayoutStyleCollection.
index
The zero-based index of the TableLayoutStyle to be removed.
A collection that stores ColumnStyle objects.
A collection that stores RowStyle objects.
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. |
rowStyle |
rowStyle |
index |
rowStyle |
rowStyle |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
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 |
text
The text for the tab.
tabPage
The TabPage the event is occurring for.
tabPageIndex
The zero-based index of tabPage in the TabPages collection.
cancel
true to cancel the tab change by default; otherwise, false.
action
One of the TabControlAction values.
tabPage
The TabPage the event is occurring for.
tabPageIndex
The zero-based index of tabPage in the TabPages collection.
newTabPageIndex
The zero-based index of tabPage in the TabPages collection.
cancel
true to cancel the tab change by default; otherwise, false.
action
One of the TabControlAction values.
location
The location of the panel on its parent control.
size
The size of the panel.
controls
The array of child controls to add to the panel.
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.
container
The TableLayoutPanel control that contains the control collection.
style
Underlying style instance.
sizeType
A SizeType indicating how the row should be should be sized relative to its containing table.
colStyle
The ColumnStyle to add to the TableLayoutColumnStyleCollection.
column
The column position of the cell.
row
The row position of the cell.
style
Underlying style instance.
sizeType
A SizeType indicating how the column should be should be sized relative to its containing table.
rowStyle |
button |
text |
Represents the look and feel of a column in a table layout. |
Represents the look and feel of a row in a table layout. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a on the is clicked. |
Fired when a drop-down style or its down arrow is clicked. |
Fired when a on the is clicked. |
Fired when a drop-down style or its down arrow is clicked. |
Auto | The width of the is determined by its contents. |
Fill | The uses the available space on the (the space not taken up by other buttons whose property is set to ) and shares it with other buttons that have their property set to . |
Returns or sets how the toolbar button is resized. |
owner |
DropDownButton | A drop-down button that displays a menu when clicked. |
PushButton | A standard button. |
Separator | A line between buttons. |
ToggleButton | A toggle button. The property and state is toggle on each click. |
Returns or sets the style of the toolbar button. |
Wisej.Web.ToolBarTextAlign
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the alignment of text on the ToolBarButton control.
Name | Description |
---|---|
Name | Description |
---|---|
A that represents the cell position.
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.
Defines an object that can invoke a .
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 add to the .
The that was clicked.
Represents the method that will handle the event of a .
The text to display on the new .
The control that owns this collection.
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.
Wisej.Web.FlowLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a panel that dynamically arranges its controls 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:
Margin Increases the space around the control.
FillWeight Stretches the width of control proportionally, according to the fill weights of all the controls, to use the remaining space in the row.
MinimumSize Enforces the minimum size of controls stretched using the FillWeight value.
MaximumSize 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 FlowLayoutPanel control:
FlowDirection Wraps child controls to a new column (TopDown, or BottomUp) or to a new row (LeftToRight, RightToLeft).
WrapContents When set to false, child controls do not wrap and are either clipped or scrolled.
Padding Increases the distance between the child controls and the borders of the parent panel.
Initializes a new instance of the FlowLayoutPanel class.
Initializes a new instance of the FlowLayoutPanel class with the specified initial settings.
Initializes a new instance of the FlowLayoutPanel class with the specified initial settings.
FlowDirection: Returns or sets a value indicating the flow direction of the FlowLayoutPanel control. (Default: LeftToRight
)
LayoutEngine: Returns the control's layout engine.
Boolean: Returns or sets whether the FlowLayoutPanel control should wrap its contents or let the contents be clipped. (Default: True
)
Determines whether to proportionally stretch the width or the control to fill the remaining space it the containing row.
Returns: Int32. The fill weight value associated with the control.
The FillWeight property defines the relative width of a control in a row managed by the FlowLayoutPanel. 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 FlowDirection property, after the control.
Returns: Boolean. true if the flow break is set; otherwise, false.
Determines whether to proportionally stretch the width or the control to fill the remaining space it the containing row.
The FillWeight property defines the relative width of a control in a row managed by the FlowLayoutPanel. The default value is 0 and the maximum value is 100 (the control will fill all the remaining width of the row.) Throws:
ArgumentOutOfRangeException 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 FlowDirection property, after the control.
Wisej.Web.FlexLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a panel that dynamically arranges its child controls.
The FlexLayoutPanel can arrange its child controls using the layout engine specified in LayoutStyle. When the value is set to Default, the child controls are arranged using the default layout engine, using their location, dock style and anchor properties. When the value of LayoutStyle is set to Horizontal, child controls are arranged horizontally in a single row. When the value of LayoutStyle is set to Vertical, child controls are arranged vertically in a single column. Uses the following properties of the child controls:
Margin Increases the space around the control.
AlignY Aligns the control vertically within its parent using one of the VerticalAlignment values. It's used only when LayoutStyle is set to Horizontal.
AlignX Aligns the control horizontally within its parent using one of the HorizontalAlign values. It's used only when LayoutStyle is set to Vertical.
FillWeight Stretches the control's width or height to use the remaining space in the parent FlexLayoutPanel proportionally, according to the fill weights of all the children.
MinimumSize Enforces the minimum size of controls stretched using the FillWeight value.
MaximumSize Enforces the maximum size of controls stretched using the FillWeight value.
Uses the following properties of the parent FlexLayoutPanel control:
HorizontalAlign Aligns all the child controls horizontally using one of the HorizontalAlignment 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 LayoutStyle is set to Vertical, the value of HorizontalAlign is the default for the AlignX property of child controls.
VerticalAlign Aligns all the child controls vertically using one of the VerticalAlignment 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 LayoutStyle is set to Horizontal, the value of VerticalAlign is the default for the AlignY property of child controls.
Padding Increases the distance between the child controls and the borders of the parent panel.
Initializes a new instance of the FlexLayoutPanel class.
Initializes a new instance of the FlexLayoutPanel class with the specified settings.
Initializes a new instance of the FlexLayoutPanel class with the specified settings.
HorizontalAlignment: Determines the horizontal alignment of the child controls when LayoutStyle is set to Vertical. (Default: Left
)
LayoutEngine: Returns the control's layout engine.
FlexLayoutStyle: Determines the layout engine to use to arrange the panel's child controls. (Default: Default
)
Default Controls are arranged using the default layout engine and according to their location, dock style, and anchoring.
Horizontal 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.
Vertical 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.
Int32: Returns or sets the additional space, in pixels, between child controls when LayoutStyle is set to Horizontal or Vertical. The default value is 10. (Default: 10
)
VerticalAlignment: Determines the vertical alignment of the child controls when LayoutStyle is set to Horizontal. (Default: Top
)
Determines the horizontal alignment of the child control within the panel when LayoutStyle is set to Vertical.
Returns: HorizontalAlignment.
Determines the vertical alignment of the child control within the panel when LayoutStyle is set to Horizontal.
Returns: VerticalAlignment.
Determines whether to proportionally stretch the child within the panel to use the remaining space.
Returns: Int32. The fill weight value associated with the control.
The FillWeight property defines the relative width or height of a control managed by the Panel. The default value is 0 and the maximum value is 100.
Determines the horizontal alignment of the child control within the panel when LayoutStyle is set to Vertical.
Determines the vertical alignment of the child control within the panel when LayoutStyle is set to Horizontal.
Determines whether to proportionally stretch the child within the panel to use the remaining space.
The FillWeight property defines the relative width or height of a control managed by the Panel. The default value is 0 and the maximum value is 100. Throws:
ArgumentOutOfRangeException The value is less than 0 or greater than 100.
Wisej.Web.Panel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a collapsible panel with an optional header that contains a group of controls.
Initializes a new instance of the Panel class.
Initializes a new instance of the Panel class with the specified settings.
Name | Type | Description |
---|---|---|
Initializes a new instance of the Panel class with the specified settings.
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
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 FlowLayoutPanel control.
controls
The array of child controls to add to the panel.
direction
The flow direction of the layout of the child controls.
location
The location of the panel on its parent control.
size
The size of the panel.
controls
The array of child controls to add to the panel.
direction
The flow direction of the layout of the child controls.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
location
The location of the panel on its parent control.
size
The size of the panel.
controls
An array of Control objects to be added to the panel.
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 controls 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.
controls
An array of Control objects to be added to the panel.
layout
Initial LayoutStyle.
location
The location of the panel on its parent control.
size
The size of the panel.
controls
An array of Control objects to be added to the panel.
layout
Initial LayoutStyle.
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
controls
An array of Control objects to be added to the panel.
Wisej.Web.ToolBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a toolbar component.
Initializes a new instance of the ToolBar class.
Boolean: Enables the overflow handling which automatically removes items that don't fit in the ToolBar and adds them to a drop-down menu button. (Default: True
)
Boolean: Returns or sets whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style. (Default: True
)
BorderStyle: Returns or sets the border style of the toolbar control. (Default: None
)
Int32: Returns the number of child buttons without forcing the creation of the collection.
ToolBarButtonCollection: Returns the collection of ToolBarButton controls assigned to the toolbar control.
Boolean: Returns or sets whether clicking ToolBar buttons causes validation to be performed on the active control. (Default: False
)
DockStyle: (Default: Top
)
ImageList: Returns or sets the collection of images available to the toolbar button controls. (Default: null
)
Boolean: Returns or sets whether the toolbar displays a ToolTip for each button. (Default: True
)
ToolBarTextAlign: Returns or sets the alignment of text in relation to each image displayed on the toolbar button controls. (Default: Underneath
)
EventHandler Fired when the value of the AutoSize property has changed.
ToolBarButtonClickEventHandler Fired when a ToolBarButton on the ToolBar is clicked.
ToolBarButtonClickEventHandler Fired when a drop-down style ToolBarButton or its down arrow 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.