Version

Search Results

ShowAll(Boolean) Method

Shows all hidden panes and optionally re-pins all unpinned DockableControlPane instances Syntax Parameters pinUnpinnedPanes True to pin any unpinned panes Example The following code initializes various properties on the ultradockmanager component.

ShowAll Method

Shows all hidden panes Overload List

ShowCloseButton Property

Gets/sets whether the close button is displayed in the caption of a pane. Syntax Example The following code demonstrates setting the properties of the dock manager to prevent the user from resizing or repositioning the panes.

ShowDisabledButtons Property

Gets/sets whether disabled caption buttons will be displayed. Syntax Remarks When a pane caption button such as the Maximize button is visible (see ShowMaximizeButton) but is not enabled, the button will be displayed by default but will be inactive. This property is used to prevent those buttons from being display...

ShowFloatingWindows Property

Gets/sets whether the owned floating windows are displayed. Syntax Example The following example demonstrates the initialization of the properties of the UltraDockManager component.

ShowMaximizeButton Property

Gets/sets whether the maximize button is displayed in the caption of a pane. Syntax Remarks Note, the maximize button will only be displayed if the caption location is oriented relative to the split type of the panes group containing them. Example The following code demonstrates setting the properties of the dock ...

ShowMenuButton Property

Gets/sets whether the menu button is displayed in the caption of a pane. By default, the menu button will only be displayed if the DockManagers WindowStyle is set to VisualStudio2005. Syntax Example The following code shows how to use the ShowMenuButton and ShowMenuButtonResolved properties of the UltraDockManager...

ShowMenuButtonResolved Property

Gets the resolved value of whether the menu button should be shown on the captions of panes or not. If you explicitly set ShowMenuButton then this property will return the value you chose, otherwise it will return a value based on the WindowStyle currently in use by the UltraDockManager. Syntax Example The followi...

ShowMinimizeButton Property

Gets/sets whether the minimize button is displayed in the caption of a pane. Syntax Remarks Note, the minimize button will only be displayed if the caption location is oriented relative to the split type of the panes group containing them. Example The following code demonstrates setting the properties of the dock ...

ShowNavigator Method

Displays the Navigator user interface. Syntax