Version

Search Results

NotifyPropChange(PropChangeInfo) Method

Syntax Parameters trigger

OnDispose Method (SettingsBase)

Invoked when the object is disposed. Syntax Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even within complex object graphs. Also note that the SubObjectPropChanged event is public so that an applicat...

OnObjectPropChanged Method (SettingsBase)

Syntax Parameters propChange

OnSubObjectPropChanged Method (SettingsBase)

Called when a property has changed on a sub object. Syntax Parameters propChange Information regarding the chain of property change notification. Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even wit...

PressedAppearance Property (SettingsBase)

Returns or sets the appearance of a state tool that is pressed. Syntax Remarks The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, et...

Reset Method (SettingsBase)

Resets all properties of the SettingsBase object to their default values. Syntax

ResetAppearance Method (SettingsBase)

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

ResetEditAppearance Method (SettingsBase)

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

ResetHotTrackAppearance Method (SettingsBase)

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