Click or drag to resize

AddtionalFormatWrapper Methods

The AddtionalFormatWrapper type exposes the following members.

Methods
Name Description
Public method BeginUpdate
Begins the update process for the control.This method should be called before several updates to the object will take place.
(Overrides CommonWrapper BeginUpdate .)
Public method Clone
Clones the current object and sets the parent object.
(Overrides CommonWrapper Clone(Object) .)
Public method EndUpdate
Ends the update process, making the control available for interaction.This method should be called after several updates to the object took place.
(Overrides CommonWrapper EndUpdate .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetBackgroundThemeColor
Retrieves the background theme color and its tint.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetThemeColor
Retrieves the theme color and tint for the current style.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetBackgroundThemeColor
Sets the background theme color for the style.
Public method SetThemeColor
Sets the theme color for the foreground.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also