Class | Description |
---|---|
AutoHidePanel | Internal. |
CaptionButton | This control is a button used in the captions of docked objects. Used internally. |
CloseRequestEventArgs | Defines event arguments for the tabbed group close request events. |
ContextMenuEventArgs | Defines the context menu event arguments. |
DockFrame | Internal. |
DockFrameCaption | Internal. |
DockFrameCollection | Internal. |
DockingManager | A full-featured VS.NET-style docking manager. An instance of the DockingManager class needs to be created and associated with each ContainerControl-derived object you want to have a docking capability. Most of the time this will be your application's top-level Form. |
DockingManagerExtender | DockingManagerExtender enhances the DockingManager for design time. It extends the controls on your form with properties, which defines the docking behaviour at run time. |
DockObject | A docking object. |
DockObjectCollection | A collection of DockObject objects. |
DockRegion | Internal. |
DockRegionCollection | Internal. |
ExDockObject | Wraps DockObject and extend it with needed properties. |
FloatingForm | A generic floating form. |
HotDockRegion | Internal. |
HotDockRegionCollection | Internal. |
ManagerDockObjectCollection | Internal. |
PageLoadingEventArgs | Defines the loading event arguments. |
PageSavingEventArgs | Defines the saving event arguments. |
Redocker | Internal. |
Renderers | Provides renderers for Windows Default, Office XP, and Office 2003 styles. |
Renderers.Office2003 | Office 2003 style. |
Renderers.OfficeXP | Office XP / VS.NET IDE style. |
Renderers.WindowsDefault | Windows Default style. |
Restore | Internal. |
SizeBar | Internal control. |
TabbedGroups | The TabbedGroups control offers automated support for tabbed MDI, similar to Visual Studio .NET. |
TabbedGroups.DragProvider | Defines a drag provider. |
TabControl | A tab control with extended features. |
TabControl.MultiRect | Util class for handling multiline calculations. |
TabGroupBase | The base class for tabbed groups. |
TabGroupBaseCollection | Provides a collection of TabGroupBase objects. |
TabGroupNode | Defines a tab group node. |
TabGroupSequence | A container for multiple tabbed group nodes. |
TabPage | A tab page for NETXP.Controls.Docking.TabControl |
TabPageCollection | A collection of tab pages. |
VerticalTab | Internal. |
Window | Internal. |
WindowCollection | Internal. |
WindowObjects | Internal. |
Interface | Description |
---|---|
IDockingRenderer | Defines a renderer for the docking subsystem. |
IDockRegionMaximizeWindow | Internal. |
IHotDockRegionSource | Internal. |
IResizeSource | Used by the docking manager internally. |
Delegate | Description |
---|---|
ContextHandler | Signature of a delegate. |
ContextMenuHandler | Context menu is about to be shown. |
DockObject.PropChangeHandler | The property change event signature. |
DockObjectHandler | Handles events for an object. |
DockObjectHidingHandler | Handles events for an object when hiding. |
LoadCustomConfigHandler | Custom configuration about to be loaded. |
SaveCustomConfigHandler | Custom configuration about to be saved. |
TabbedGroups.ExternalDropHandler | Defines an event handler. |
TabbedGroups.GlobalLoadingHandler | Defines an event handler. |
TabbedGroups.GlobalSavingHandler | Defines an event handler. |
TabbedGroups.PageCloseRequestHandler | Defines an event handler. |
TabbedGroups.PageContextMenuHandler | Defines an event handler. |
TabbedGroups.PageLoadingHandler | Defines an event handler. |
TabbedGroups.PageSavingHandler | Defines an event handler. |
TabbedGroups.TabControlCreatedHandler | Defines an event handler. |
TabControl.DoubleClickTabHandler | Event handler for when tab is double-clicked. |
TabControl.PopupMenuHandler | Event handler for when a popup menu is about to be shown. |
TabControlCreatedHandler | A tab control has been created. |
TabPage.PropChangeHandler | The property change event signature. |
VerticalTab.VerticalTabHandler | Internal. |
VerticalTab.VerticalTabIndexHandler | Internal. |
Enumeration | Description |
---|---|
ButtonFunction | Describes the predefined function that the caption button performs. This determines the images that the caption button will use. |
DockObject.Property | Enumeration of property change events. |
HideTabsModes | Enumeration of modes that control the display of the tabs area. |
State | The state of docked objects. |
TabbedGroups.CompactFlags | Flags for compacting tabbed groups. |
TabbedGroups.DisplayTabModes | Specifies modes for showing/hiding tabbed groups. |
TabGroupBase.NotifyCode | Notification code. |
TabPage.Property | Enumeration of property change events. |
TabPosition | Enumeration of tab positions. |
UpdateName | Properties to propagate. |