Resets the ImageSizeTab property to its default value. Syntax Remarks Invoke this method to reset the ImageSizeTab property to its default value. Once this method is invoked, the ShouldSerializeImageSizeTab method will return False until the ImageSizeTab property is set again. Example
Resets the ImageTransparentColor property to its default value. Syntax Remarks Invoke this method to reset the ImageTransparentColor property to its default value. Once this method is invoked, the ShouldSerializeImageTransparentColor method will return False until the ImageTransparentColor property is set again. E...
Resets the NavigatorSettings property to its default value. Syntax Remarks Invoke this method to reset the NavigatorSettings property to its default value. Once this method is invoked, the ShouldSerializeNavigatorSettings method will return False until the NavigatorSettings property is set again. Example
Resets the SplitterBarAppearance property to its default value. Syntax Remarks Use this method to reset the SplitterBarAppearance property. If the SplitterBarAppearance property was set to an Appearance from the Appearances collection, the properties on the Infragistics.Win.AppearanceBase object in the collection ...
Resets the UnpinnedTabAreaAppearance property to its default value. Syntax Remarks Use this method to reset the UnpinnedTabAreaAppearance property. If the UnpinnedTabAreaAppearance property was set to an Appearance from the Appearances collection, the properties on the Infragistics.Win.AppearanceBase object in the...
Reenables the layout manager causing the control to recalculate the pane sizes. Syntax Example The following example demonstates how to use the Reposition method of a DockablePaneBase to reposition multiple panes that may already be positioned in other groups.
Saves the docked window information into the specified stream as binary data. Syntax Parameters stream Stream into which the information should be persisted. Example The following example shows how to save the UltraDockManager file to a stream in binary format.
Saves the docked window information into the specified file as binary data. Syntax Parameters filename File into which the information should be persisted.
Saves the docked window information into the specified stream as binary data. Overload List
Saves the docked window information into the specified stream as xml/soap data. Syntax Parameters stream Stream into which the information should be persisted. Example The following example shows how to save the UltraDockManager file to a stream in xml/soap format.