Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.DesktopTaskBarItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the collection of DesktopTaskBarItem controls in a Desktop control.
Initializes a new instance of the DesktopTaskBarItemCollection class.
Name | Type | Description |
---|---|---|
Boolean: Returns a value indicating whether this collection is read-only.
DesktopTaskBarItem: Returns or sets the DesktopTaskBarItem at the specified index.
DesktopTaskBarItem: Returns the DesktopTaskBarItem identified by the name.
Adds a DesktopTaskBarItem with the specified text to the collection.
Returns: DesktopTaskBarItem. A DesktopTaskBarItem that represents the item that was added to the collection.
Adds a DesktopTaskBarItem to the collection.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The DesktopTaskBarItem being added to the collection is null.
ArgumentException The parent of the DesktopTaskBarItem specified in the item parameter is not null.
Adds an array of DesktopTaskBarItem to the collection.
Removes all DesktopTaskBarItem objects from the collection.
Removes and optionally disposes all DesktopTaskBarItem objects from the collection.
Determines whether the specified DesktopTaskBarItem is located within the collection.
Returns: Boolean. true if the DesktopTaskBarItem is located within the collection; otherwise, false.
Determines whether the collection contains a DesktopTaskBarItem with the specified key.
Returns: Boolean. true to indicate the collection contains a DesktopTaskBarItem with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the DesktopTaskBarItem objects in the collection.
Returns: IEnumerator. An IEnumerator that represents the item collection.
Returns the index within the collection of the specified DesktopTaskBarItem.
Returns: Int32. The zero-based index where the DesktopTaskBarItem is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a DesktopTaskBarItem with the specified key.
Returns: Int32. The zero-based index of the first occurrence of the DesktopTaskBarItem with the specified key, if found; otherwise, -1.
Inserts the specified DesktopTaskBarItem into the collection at the specified index.
Throws:
ArgumentNullException The button parameter is null.
ArgumentException The button parameter's parent is not null.
ArgumentOutOfRangeException The index parameter is less than zero or greater than the value of the Count property of the DesktopTaskBarItemCollection class.
Removes the specified DesktopTaskBarItem from the collection.
Throws:
ArgumentNullException The DesktopTaskBarItem assigned to the item parameter is null.
Removes the DesktopTaskBarItem located at the specified index within the collection.
Throws:
ArgumentOutOfRangeException The index parameter is less than zero or greater than or equal to the value of the Count property of the DesktopTaskBarItemCollection class.
Removes the DesktopTaskBarItem with the specified key from the collection.
Wisej.Web.DesktopTaskBarItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.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 " ".
Updates the component on the client. Overridden to repaint the taskbar in design mode.
Wisej.Web.DesktopTaskBarItemClickEventArgs
Wisej.Web.DesktopTaskBarItemControl
Wisej.Web.Desktop
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a desktop container that can host floating windows.
Initializes a new instance of the class.
: Returns true if this desktop instance is the currently active desktop. It is the same as comparing the instance with .
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 a value indicating that the control can display html in the Text property.
: Returns or sets whether the button is enabled.
: Returns or sets the image that is displayed in a .
: Returns or sets the position of the within this taskbar item.
: 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 .
: Returns or sets the object that contains user data.
: Returns or sets the text displayed on the taskbar item.
: Returns or sets the text that appears as a ToolTip for the taskbar item.
: Returns or sets whether the taskbar item is visible or hidden.
Name | Description |
---|
Name | Description |
---|
Name | Description |
---|
: Returns the control that the taskbar item button is assigned to.
Name | Description |
---|
: 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.
: Returns a rectangle that represents the inner dimensions of the control.
: Returns or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
: Returns or sets the height of the page.
: Returns whether the taskbar is currently visible.
: Returns the collection of controls displayed in the taskbar of the desktop control.
: Returns or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
: Returns the height and width of the page.
: Return or sets the alignment of the content of the taskbar.
When using the
: Return or sets the position of the taskbar to one of the four sides indicated by the values.
: Returns the height or width of the taskbar in the current theme, depending on the value of .
: Returns or sets the title of the . If the desktop is the main desktop, setting the text also changes the title in the browser.
: Returns or sets the wallpaper image.
: Returns or sets the width of the page.
Fired when the desktop becomes active, and it's the new .
Fired when the desktop is deactivated and it's no longer the .
Fired when a on the is clicked.
Fired when a on the is double clicked.
Fired before the desktop becomes visible for the first time.
Occurs when the property changes value.
Occurs when the property changes value.
Occurs when the property AutoHideTaskbar is set to true and the TaskBar is either hidden or shown.
Name | Description |
---|
text
The text for the DesktopTaskBarItem that is being added.
item
A DesktopTaskBarItem that represents the panel to add to the collection.
items
Array of DesktopTaskBarItem objects to add to the collection.
dispose
Indicates whether the removed items should be disposed.
button
The DesktopTaskBarItem to locate in the collection.
key
The name of the item to find in the collection.
button
The DesktopTaskBarItem to locate in the collection.
key
The name of the DesktopTaskBarItem to find in the collection.
index
The zero-based index location where the panel is inserted.
button
A DesktopTaskBarItem representing the panel to insert.
item
The DesktopTaskBarItem representing the panel to remove from the collection.
index
The zero-based index of the item to remove.
key
The name of the DesktopTaskBarItem to remove from the collection.
All wisej components implement this interface. |
Allows an object to serialize itself. |
All wisej components 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. |
All wisej components implement this interface. |
All wisej top-level windows implement this interface. |
Allows an object to serialize itself. |
owner
The Desktop control that owns this collection.
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. |
text |
item |
button |
clicks | The number of times a mouse button was pressed. |
Wisej.Web.DesktopTaskBarItemDateTime
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a DateTime component in the Desktop control's taskbar.
Initializes a new instance of DesktopTaskBarItemDateTime setting the initial Position value to Right.
LeftRightAlignment: Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop.
Represents a component in the control's taskbar that can host any .
Represents a DateTime component in the control's taskbar.
Represents the method that will handle the event of a .
All wisej controls derived from the class must implement this interface.
The text to display on the new .
The that was clicked.
One of the values that indicate which mouse button was pressed.
Name | Description |
---|---|
All wisej components implement this interface.
Allows an object to serialize itself.