Docking Package | Description | Source |
| Docking a control | How do I associate a control with the DockingManager ? |  |  |
| Floating a Control | How do I float a control? |  |  |
| Tabbed Docking | How to make a Docked window as Tabbed? |  |  |
| Autohiding a docking window | How do I get or set the autohidden state of a docking window ? |  |  |
| Prevent Docking | How to prevent a floating control from Docking? |  |  |
| Prevent Floating | How to prevent the Floating of all the controls associated with a docking manager? |  |  |
| Prevent Tabbed Docking | How to prevent the Tabbing between two Docked controls?
|  |  |
| Prevent closing | How do I prevent the Docking window from closing? |  |  |
| Prevent docking layout | How do I lock the docked windows on a form to prevent the layout from being modified? |  |  |
| Docking window - Visibility | How do I programmatically show or hide the docking window ? |  |  |
| Docking Window - Visual Styles | How to set the visual styles for docking manager? |  |  |
| Docking window - Docking Style | How do I know the current docking style of the Docked window?
|  |  |
| Docking windows - Controls collection | How do I access the collection of dock enabled controls? |  |  |
| Docking windows - Navigation | How do I navigate to the Docking windows using KeyBoard?
|  |  |
| Docking window - Activation | How do I programmatically activate a docking window? |  |  |
| Docking window - Currently closed | How do I know the docking window which is currently being closed?
|  |  |
| Auto Hide - Visibility | How to programmatically Show or Hide the AutoHided window? |  |  |
| AutoHide - TabStrip Color | How to customize the Auto Hide Tab Strip color of Docking Windows? |  |  |
| AutoHide - Animation Speed | How to increase or reduce the animation speed of autohide docking control?
|  |  |
| Tabbed docking - Tab Alignment | How do I change the Tab position of the DockTabGroup?
|  |  |
| Tabbed docking - Docking Style | How do I change the DockingStyle of the DockTabGroup programmatically?
|  |  |
| Tabbed docking - Using DockContextMenu | How do I dock a control with tabbed style into another control through Docking Context Menu? |  |  |
| Customize DockLabel | How to change the Dock Label of a docked control dynamically? |  |  |
| Customize DockIcon | How to change Docking Icon during Runtime? |  |  |
| Customize DockContextMenu | How to Change the Dock Context Menu during Runtime? |  |  |
| Docking layout - Persistence | How do I save and load intermediate docking states of an application ? |  |  |
| Docking layout - Restore designer | How do I restore the original docking windows layout that was set within the Windows Forms designer? |  |  |
| Docking Layout - Information | How to serialize or deserialize the docking state for a docked control on loading the application? |  |  |
| Docking MDI Child serialization | How do I load or save the layout of the docking controls in MDI child state ?
|  |  |
| Docking Window As MDI Child | How to Change Docking window into MDI Child window and Vice versa?
|  |  |
| Docking form within a form | How do I dock a form within a form ? |  |  |
| Docking a WebBrowser | How to use the Docking Manager to dock an embedded web browser in a form? |  |  |
| CaptionBar - Pushpin & Close buttons | How do I hide/show the pushpin and the close button on the docking window ? |  |  |
| Docking Manager - Events | What are the different DockingManager events and event members? When are they triggered and how are they used?
|  |  |
Office2007Controls | Description | Source |
| Office2007Form | How to make my Form as Office2007Form? |  |  |
| Office2007Form - ColorScheme | How to set Office2007 Color Schemes for Office2007Form? |  |  |
| RibbonControl - RibbonForm | How to create a Office2007LikeUI using RibbonControlAdv? |  |  |
| RibbonControl - MenuButton | How to customize the MenuButton in the RibbonControlAdv? |  |  |
| RibbonControl - QuickAccessPanel | How to Customize Quick Access Panel in the RibbonControlAdv? |  |  |
| RibbonControl - TabItems | How to add TabItems to the RibbonControlAdv through code? |  |  |
| RibbonControl-CustomizeTabItem | How to set the size and image settings for ToolStripTabItems in RibbonControlAdv? |  |  |
| RibbonControl - TabGroups | How to create Tab groups in RibbonControlAdv through code? |  |  |
| RibbonControl - Launcher | How to customize the Launcher in the RibbonControlAdv? |  |  |
| RibbonControl - Caption | How to customize the caption of the ToolStripEx in RibbonControlAdv? |  |  |
Menus Package | Description | Source |
| XPMenus - Visual Styles | How can I turn on visual styles for XPMenus? |  |  |
| XPMenus - Bar Visibility | How To Make Bar's Invisible? |  |  |
| XPMenus - Close & DropDown Button Visibility | How can I hide the close and dropdown buttons of a bar when the bar is floating? |  |  |
| XPMenus - Highlighted Rectangle Visibility | How can I show or hide the highlighted rectangle when mouse hovers over a barItem? |  |  |
| XPMenus - RightToLeft | How To Set RightToLeft Property? |  |  |
| XPMenus - Separators | How To Add Seperators to Bar Items? |  |  |
| XPMenus - MenuColors | How can I apply custom colors to the different parts of the menus structure? |  |  |
| Serialization | How To Save/Load Bar State? |  |  |
| Cancel ContextMenu | How do I cancel a context menu from being shown based on some condition? |  |  |
| Dock ControlBars | How I dock the ControlBars to any edge of the host form ? |  |  |
| XPMenus - Chevron Button Color | How can I change the color of chevron Button?
|  |  |
| XPMenus - Gripper Color | How can I Set the color of dots on the left of the toolbar in office2003 style? |  |  |
| XPMenus - Prevent resizing Bars | How can I prevent the resizing of Bars when they are in floating mode?
|  |  |
| XPMenus- Bar Designer State | How To Reset Bar To The Designer State? |  |  |
| XPMenus - Reset Bar Customization | How can I reset the Bar after the user customization |  |  |
| XPMenus - Runtime Customization | How To Enable/Disable Runtime Customization? |  |  |
| BarItem - PaintStyle | How do I display both the Text and Image associated with the BarItems? |  |  |
| BarItem - ToolTip Visibility | How can I show or Hide the Tooltips of a BarItem?
|  |  |
| BarItems - Show/Hide In Cusomization dialog | How can I hide BarItems from Cusomization dialog? |  |  |
| BarItems - Show Mnemonic | How can I display the mnemonic of the baritems in popup menu |  |  |
| Change Backcolor and ForeColor of the customization dialog | How can I change Backcolor and ForeColor of the customization dialog? |  |  |
| Handle KeyDown event in ComboBoxBarItem | How can I handle KeyDown event in ComboBoxBarItem |  |  |
| Change the width of ComboBoxBarItem and its dropdown | How can I change the width of ComboBoxBarItem and its dropdown?
|  |  |
| ContextMenus - Create and Associate | How do I create a context menu and associate it with a control? |  |  |
| ContextMenu - Target control | How do I determine on which control a context menu was shown? |  |  |
| Change the font of the text displayed in customization dialog | How can I change the font, font size and font style of the text displayed in the CustomizationDialog?
|  |  |
| ForeColor Changes in ComboBoxBarItem | How can I change the Fore color of the texbox in ComboBoxBaritem?
|  |  |
| Persist the TextBoxValue of ComboBoxBarItem during application exit | How can I persist the TextBoxValue of ComboBoxBarItem during application exit?
|  |  |
| Dock BarItems | How can I dock the baritems in a bar? |  |  |
| Office2003 style to the baritems in Popup menu | How can I set Office2003 style to the baritems in Popup menu? |  |  |
| Change the entire size and client area of the customization dialog | How can I change the entire size and client area of the customization dialog? |  |  |
| prevent the dropdown of ComboBoxBarItem from being closed | How can I prevent the ComboBoxBarItem's dropdown from being closed after clicking a ChoiseList Item?
|  |  |
| Prevent to edit the value in the textbox of ComboBoxBarItem | How can I prevent to edit the value in the textbox of ComboBoxBarItem?
|  |  |
| Changing TextColor of BarItems While mouse hovers over it | How to change the barItem's text color when the mouse hovers over the barItem? |  |  |
| Hide MenuShadows | How can I hide MenuShadow to the BarManager which controls the visibility of the menu shadow?
|  |  |
| HighlightedRectangle in XPToolBar | How can I show or hide the highlighted rectangle when mouse hovers over a barItem in XPToolBar?
|  |  |
| BarItems in child form can be made availabled in the customize dialog during run time | How the barItems in child form can be made availabled in the customize dialog during run time even when the child is not opened?
|  |  |
Tree Package | Description | Source |
| How to disable the appearance of TreeNodeAdv Text as a tool tip | The appearance of TreeNodeAdv Text as a tool tip can be disabled by handling the BeforePopup event associated with the TreeViewAdv.ToolTipControl . |  |  |
| Add and remove nodes to the TreeViewAdv | How do I add and remove nodes to the TreeViewAdv programatically ? |  |  |
| Applying common styles on nodes | How do I apply common Styles for nodes of treeViewAdv with the help of StandardStyles? |  |  |
| Editing node programatically with BeginEdit method. | How can I edit a node programatically with the help of the BeginEdit() method. |  |  |
| How to find the way for the disappearance of the focus rectangle if the focus is lost in the treeViewAdv. | This can be done by setting e.Active=false in treeViewAdv1_BeforeNodePaint Event Handler. |  |  |
| Expand or collapse all the child nodes | How do I expand or collapse all the child nodes of a particular node ? |  |  |
| Prevent node selection | How do I prevent a node from being selected ? |  |  |
| Tooltip for each node | How do I show custom help text for each TreeViewAdv node ? |  |  |
| Custom context menu for each node | How do I show different menu items in the context menu of the TreeViewAdv based on which node the user right-clicked ? |  |  |
| Disabling DragDrop transparent effect | How to disable DragDrop transparent effect in treeviewAdv? |  |  |
| Use of the ShowPlusOnExpand property | What is the use of the ShowPlusOnExpand property of the treeNodeAdv? |  |  |
| Detecting LeftImage click point | How to know whether the image on the left side of the node''s text was clicked on? |  |  |
| Populating TreeViewAdv from XML File. | How do I populate TreeViewAdv from XMLFile?
|  |  |
| Setting Nodes Image Size | How to set the Node's ImageSize in a TreeViewAdv? |  |  |
| DragDrop with multiple nodes in treeViewAdv. | DragDrop with multiple nodes in treeViewAdv.
|  |  |
| Undo/ Redo functionality in TreeViewAdv using HistoryManager property | What is the use of Undo/ Redo functionality in TreeViewAdv using HistoryManager property? |  |  |
| SuspendExpandRecalculate property of TreeViewAdv | What is the use of the SuspendExpandRecalculate property of TreeViewAdv? |  |  |
| Limiting the characters of the Nodes Label Text while editing. | How to limit the characters, that the user type for editing the treeNodeAdv using LabelEdit?
|  |  |
| Modifing the pen of the DragHighLightTracker in TreeViewDragDrop | How can I modify the pen Color of the DragHighLighttracker based upon the current background Color? |  |  |
| Detecting RightImage click point | How to know whether the image on the right side of the node''s text was clicked on? | |