Wisej.Web.DesktopTaskBarItemClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemClick event.
Initializes a new instance of the class.
: Returns or sets the that was clicked.
item
The DesktopTaskBarItem that was clicked.
button
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
Public Class DesktopTaskBarItemClickEventArgs
Inherits MouseEventArgspublic class DesktopTaskBarItemClickEventArgs : MouseEventArgsWisej.Web.DesktopTaskBarItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
: 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.
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 " ".
: 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.
Updates the component on the client. Overridden to repaint the taskbar in design mode.
Wisej.Web.DesktopTaskBarItemControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a component in the control's taskbar that can host any .
Initializes a new instance of .
: Returns or sets the to be hosted.
: Returns the control that the taskbar item button is assigned to.
Wisej.Web.DesktopTaskBarItemDateTime
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
text
The text to display on the new DesktopTaskBarItem.
Represents a DateTime component in the Desktop control's taskbar.
All wisej components implement this interface.
Allows an object to serialize itself.
Public Class DesktopTaskBarItem
Inherits Componentpublic class DesktopTaskBarItem : ComponentAll wisej components implement this interface.
Allows an object to serialize itself.
Public Class DesktopTaskBarItemControl
Inherits DesktopTaskBarItempublic class DesktopTaskBarItemControl : DesktopTaskBarItemRepresents a DateTime component in the Desktop control's taskbar.
public class DesktopTaskBarItemDateTime : DesktopTaskBarItemPublic Class DesktopTaskBarItemDateTime
Inherits DesktopTaskBarItemInitializes 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.
All wisej components implement this interface.
Allows an object to serialize itself.
sender
The source of the event.
e
A that contains the event data.
Fired when a on the is clicked.
Fired when a on the is double clicked.
Public Delegate Sub DesktopTaskBarItemClickEventHandler(ByVal sender As [Object], ByVal e As DesktopTaskBarItemClickEventArgs)public delegate void DesktopTaskBarItemClickEventHandler(Object sender, DesktopTaskBarItemClickEventArgs e)Wisej.Web.Desktop
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a desktop container that can host floating windows.
public class Desktop : ContainerControl, IWisejWindow, IWisejDesignTargetPublic Class Desktop
Inherits ContainerControl
Implements IWisejWindow, IWisejDesignTargetInitializes 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.
DockStyle: Returns or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
Int32: Returns or sets the height of the page.
Boolean: Returns whether the taskbar is currently visible.
DesktopTaskBarItemCollection: Returns the collection of DesktopTaskBarItem controls displayed in the taskbar of the desktop control.
Point: Returns or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Size: Returns the height and width of the page.
HorizontalAlignment: Return or sets the alignment of the content of the taskbar.
When using Left the
Position: Return or sets the position of the taskbar to one of the four sides indicated by the Position values.
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.
String: Returns or sets the wallpaper image.
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.
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 controls derived from the class must implement this interface.
All wisej top-level windows implement this interface.
Allows an object to serialize itself.
Wisej.Web.DesktopTaskBarItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection of DesktopTaskBarItem controls in a Desktop control.
public class DesktopTaskBarItemCollection : IList, ICollection, IEnumerablePublic Class DesktopTaskBarItemCollection
Inherits IList
Implements ICollection, IEnumerableInitializes a new instance of the class.
: Returns a value indicating whether this collection is read-only.
: Returns or sets the at the specified index.
: Returns the identified by the name.
Adds a with the specified text to the collection.
Returns: . A that represents the item that was added to the collection.
Adds a to the collection.
Returns: . The zero-based index of the item in the collection.
Throws:
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.
Removes all objects from the collection.
Removes and optionally disposes all objects from the collection.
Determines whether the specified is located within the collection.
Returns: . true if the is located within the collection; otherwise, false.
Determines whether the collection contains a with the specified key.
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 .
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.
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.
Throws:
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.
Throws:
The assigned to the item parameter is null.
Removes the located at the specified index within the collection.
Throws:
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.
owner
The Desktop control that owns this collection.
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.