Remarks
Intersoft ClientUI includes cutting-edge navigation controls that allow you rapidly create compelling and commercial-class user experiences on the Silverlight and WPF platform.
In this release, ClientUI ships with two version of dock navigation controls, UXDock and UXDesktopDock. The UXDock control is used for multi-purpose navigation control such as navigating to a particular page when the dock button is clicked. On the other hand, the UXDesktopDock control is used for windowing and application integration, which is an ideal solution for multiple document interface (MDI) and composite applications.
The UXDesktopDock contains all features available in UXDock, and extends it with more features for integration with UXDesktop and UXWindow. To learn more about the integration features, see Advanced Window Features.
Classes
DockAnimationProvider | |
UXDesktopDock | Represents a Dock-style taskbar interface that can be used to manage windows in UXDesktop. |
UXDesktopDockButton | Represents a dock navigation button that can be used to launch application and connect to a window in UXDesktop. |
UXDock | Represents a dock navigation control. |
UXDockButton | Represents a dock button. |
UXDockSeparator | Represents a separator control that can be hosted in UXDock, or used independently. |
Interfaces
IZoom | Defines data members that belongs to IZoom mechanism. |
Enumerations
BackgroundBehavior | Specifes value that controls the background behavior of UXDock. |
BackgroundMode | Specifies values that controls the background mode for UXDock. |
ContainerItemType | Specifies value that determines the container type. |
JumpingDirection | Specifies value that determine the jumping direction/ |
LoadingAnimation | Specifies value that controls the loading animation. |
SearchFlags | Specifies flags that control the way in which the search for UXDesktopDockButton is conducted by UXDesktopDock component. |
SeparatorMode | Specifies values that determines the position of separator. |
TooltipMode | Specifies values that determines the tooltip behavior of UXDockButton. |
ZoomBoundaryMode | Specifies values that determines the zoom boundary mode of UXDock. |