Loads the docked window information from the specified file containing a serialized UltraDockManager using the SaveAsBinary(String) method. Syntax Parameters filename File from which to load the information.
Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsBinary(Stream) method. Overload List
Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsXML(Stream) method. Syntax Parameters stream Stream from which to load the information Example The following example shows how to load an xml/soap UltraDockManager layout from a file stream.
Loads the docked window information from the specified file containing a serialized UltraDockManager using the SaveAsXML(String) method. Syntax Parameters filename File from which to load the information
Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsXML(Stream) method. Overload List
Invoked when an UnpinnedTabArea, AutoHideControl or DockedWindowArea control is initialized. Syntax Parameters control Control being initialized
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UIElementEventArgs containing data related to this event. The following UIElementEventArgs properties provide information specific to this event.Property Description Element
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UIElementEventArgs containing data related to this event. The following UIElementEventArgs properties provide information specific to this event.Property Description Element
Returns an object which exposes the settings available on the Navigator user interface. Syntax Remarks Refer to the documentation of the NavigatorSettings class for more information about the Navigator functionality of the UltraDockManager.