Version

Search Results

OnSubObjectPropChanged Method (GroupSettings)

Invoked when a property on a subobject has changed. Syntax Parameters propChange A structure containing the property change information. Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even within compl...

PinButtonBehavior Property (GroupSettings)

Returns or sets which panes are pinned or unpinned when the pin button on the tab group caption is pressed. Syntax Remarks Depending on the setting of this property, clicking the pin button for a pane in a tab group will either pin the entire groups panes or only the pane that was selected when the button was clic...

Reset Method (GroupSettings)

Resets the object to its default state. Syntax Example

ResetCloseButtonLocation Method

Resets the CloseButtonLocation property to its default value. Syntax

ResetTabAreaAppearance Method

Resets the TabAreaAppearance property to its default value. Syntax Remarks Use this method to reset the TabAreaAppearance property. If the TabAreaAppearance property was set to an Appearance from the UltraDockManager.Appearances collection, the properties on the Infragistics.Win.AppearanceBase object in the collec...

SerializeTag(SerializationInfo,String) Method

Syntax Parameters info name

ShouldSerialize Method (GroupSettings)

Indicates if any of the property values differ from the default value. Syntax Return Value True if the object needs to be serialized. Example