MY ACCOUNT  |  LOGIN

Sales: 1-888-936-8638

ORDER ONLINE >

 

  

  Windows Forms
      Products
       UI Products
   Essential Grid
   Essential Tools
   Essential Chart
   Essential Diagram
   Essential Edit
   Essential HTMLUI
   Essential Schedule
       Back Office Products
   Essential PDF
   Essential XlsIO
   Essential DocIO
   Essential Calculate
   Essential Grouping
       Add-ons
   CAB Add-on
   QTP Add-on
    Version History
    Free Trial
    Order Online
    What's New
    Development Build
    Roadmap
    System Requirements



Docking PackageDescriptionSource
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 - VisibilityHow to programmatically Show or Hide the AutoHided window?      
AutoHide - TabStrip ColorHow 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 - InformationHow 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 buttonsHow do I hide/show the pushpin and the close button on the docking window ?       
Docking Manager - EventsWhat are the different DockingManager events and event members? When are they triggered and how are they used?       
Office2007ControlsDescriptionSource
Office2007Form How to make my Form as Office2007Form?      
Office2007Form - ColorScheme How to set Office2007 Color Schemes for Office2007Form?      
RibbonControl - RibbonFormHow 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 PackageDescriptionSource
XPMenus - Visual StylesHow can I turn on visual styles for XPMenus?      
XPMenus - Bar Visibility How To Make Bar's Invisible?      
XPMenus - Close & DropDown Button VisibilityHow 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?