Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.DesktopTaskBarItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a component in the Desktop control's taskbar.
Initializes a new instance of the DesktopTaskBarItem class.
Initializes a new instance of the DesktopTaskBarItem class and displays the specified text on the item.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
Boolean: Returns or sets whether the button is enabled. (Default: True
)
Image: Returns or sets the image that is displayed in a DesktopTaskBarItem.
ImagePosition: Returns or sets the position of the Image within this taskbar item. (Default: Left
)
String: Returns or sets the theme name or URL for the image to display in the DesktopTaskBarItem.
String: Returns or sets the name of the DesktopTaskBarItem.
Desktop: Returns the Desktop control that the taskbar item button is assigned to.
LeftRightAlignment: Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop. (Default: Left
)
Object: Returns or sets the object that contains user data. (Default: null
)
String: Returns or sets the text displayed on the taskbar item. (Default: ""
)
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
String: Returns or sets the text that appears as a ToolTip for the taskbar item. (Default: ""
)
Boolean: Returns or sets whether the taskbar item is visible or hidden. (Default: True
)
Updates the component on the client. Overridden to repaint the taskbar in design mode.
Wisej.Web.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.DesktopTaskBarItemControl
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
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 class.
: Returns true if this desktop instance is the currently active desktop. It is the same as comparing the instance with .
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|
: Returns the control that the taskbar item button is assigned to.
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 |
---|
: 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
)
: 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. (Default: None
)
: 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 in the taskbar. (Default: Left
)
: Return or sets the position of the taskbar to one of the four sides indicated by the values. (Default: Bottom
)
: 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. (Default: ""
)
: Returns or sets the wallpaper image. (Default: ""
)
: 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 |
---|
sender
The source of the event.
e
A DesktopTaskBarItemClickEventArgs that contains the event data.
Fired when a DesktopTaskBarItem on the Desktop is clicked.
Fired when a DesktopTaskBarItem on the Desktop is double clicked.
Represents a DateTime component in the Desktop control's taskbar.
All wisej components implement this interface.
Allows an object to serialize itself.
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 |
Bindable components implement this interface. |
Provides the functionality for a control to act as a parent for other controls. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
All wisej top-level windows implement this interface. |
Allows an object to serialize itself. |
text
The text to display on the new DesktopTaskBarItem.
owner |
item |
button |
clicks | The number of times a mouse button was pressed. |
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 .
All wisej controls derived from the class must implement this interface.
The control that owns this collection.
The that was clicked.
One of the values that indicate which mouse button was pressed.