Version

Search Results

LoadFromBinary(String) Method

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.

LoadFromBinary Method

Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsBinary(Stream) method. Overload List

LoadFromXML(Stream) Method

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.

LoadFromXML(String) Method

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

LoadFromXML Method

Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsXML(Stream) method. Overload List

ManagedControlInitialized Method

Invoked when an UnpinnedTabArea, AutoHideControl or DockedWindowArea control is initialized. Syntax Parameters control Control being initialized

MouseEnterElement Event

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

MouseLeaveElement Event

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

NavigatorSettings Property

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.