Fires once for each list item that appears in the Navigator user interface. Syntax Event Data The event handler receives an argument of type InitializeNavigatorItemEventArgs containing data related to this event. The following InitializeNavigatorItemEventArgs properties provide information specific to this event.P...
Occurs when a DockablePaneBase is created. Syntax Event Data The event handler receives an argument of type InitializePaneEventArgs containing data related to this event. The following InitializePaneEventArgs properties provide information specific to this event.Property Description CreatedAutomatically Indicates ...
Invalidates the control uielements associated with the managed controls. Syntax
Indicates if the layout has been suspended. Syntax
Gets the value which indicates whether the specified pane is on the active window. Syntax Parameters pane The pane to test. Return Value True if the pane is on the active window; False otherwise. Remarks This should be overriden in derived classes if the UltraDockManager is being used on a window that is not a Sys...
Syntax
Returns the last element that the mouse entered or null if the mouse is not over any elements. Syntax Example The following code demonstrates how to use the DoubleClickSplitterBar to affect the layout of the docked panes. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in V...
Returns or sets the style used to position the docked DockAreaPane instances Syntax Remarks When set to Standard, which is the default value, the docked DockAreaPane instances are positioned along the edges of the container. When set to FillContainer, the innermost DockAreaPane, the last visible DockAreaPane in th...
Loads the user configuration settings for this component. Syntax Remarks Note: The location where the settings are stored varies depending on the configuration of the system running the application. Information about where these locations are is currently unavailable in Microsofts MSDN Library.
Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsBinary(Stream) method. Syntax Parameters stream Stream from which to load the information Example The following example shows how to load a binary UltraDockManager layout from a file stream.