Version

Search Results

PaneHidden Event

Occurs when a DockableControlPane is take out of view. Syntax Event Data The event handler receives an argument of type PaneHiddenEventArgs containing data related to this event. The following PaneHiddenEventArgs properties provide information specific to this event.Property Description Pane (Inherited from Infrag...

PinAll Method

Pins all visible, unpinned DockableControlPane instances Syntax Example The following example demonstrates the various methods for pinning one or more DockableControlPane instances.

PropertyChanged Event

Syntax Event Data The event handler receives an argument of type Infragistics.Win.PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description ChangeInfo

ResetComponentSettings Method

Resets 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.

ResetControlPanes Method

Resets the ControlPanes property to its default value. Syntax Remarks Invoke this method to reset the ControlPanes property to its default value. Once this method is invoked, the ShouldSerializeControlPanes method will return False until the ControlPanes property is set again. Example

ResetDefaultGroupSettings Method

Resets the DefaultGroupSettings property to its default value. Syntax Remarks Invoke this method to reset the DefaultGroupSettings property to its default value. Once this method is invoked, the ShouldSerializeDefaultGroupSettings method will return False until the DefaultGroupSettings property is set again. Examp...

ResetDefaultPaneSettings Method (UltraDockManager)

Resets the DefaultPaneSettings property to its default value. Syntax Remarks Invoke this method to reset the DefaultPaneSettings property to its default value. Once this method is invoked, the ShouldSerializeDefaultPaneSettings method will return False until the DefaultPaneSettings property is set again. Example

ResetDragWindowColor Method

Resets the DragWindowColor property to its default value. Syntax Remarks Invoke this method to reset the DragWindowColor property to its default value. Once this method is invoked, the ShouldSerializeDragWindowColor method will return False until the DragWindowColor property is set again. Example

ResetImageSizeCaption Method

Resets the ImageSizeCaption property to its default value. Syntax Remarks Invoke this method to reset the ImageSizeCaption property to its default value. Once this method is invoked, the ShouldSerializeImageSizeCaption method will return False until the ImageSizeCaption property is set again. Example