AddtionalFormatWrapper Methods |
The AddtionalFormatWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() |
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
.)
|
![]() |
Clone |
Clones the current object and sets the parent object.
(Overrides
CommonWrapper
Clone(Object)
.)
|
![]() |
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
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetBackgroundThemeColor |
Retrieves the background theme color and its tint.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetThemeColor |
Retrieves the theme color and tint for the current style.
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
SetBackgroundThemeColor |
Sets the background theme color for the style.
|
![]() |
SetThemeColor |
Sets the theme color for the foreground.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|