SaveChanges Method
Description
All changes made to the Color object are done inside a temporary structure. This copies the changes made inside this temporary structure to the master structure, essentially saving your changes, making them permanent.
Syntax
Visual Basic |
---|
Public Sub SaveChanges() |
See Also