DiscardChanges Method
Description
All changes made to the Color object are done inside a temporary structure. To restore the saved values and overwrite any changes you made in the temporary structure, use this method.
Syntax
| Visual Basic |
|---|
Public Sub DiscardChanges() |
See Also