It saves the current skin setting to the system registry.
Syntax
object.SaveValuesToRegistry
The object placeholder represents a vbSkinner object.
Remarks
You can use this method when it is necessary to save the current skin in
order to be adopted by the other forms that have the Skin property
set to skAuto_ReadFromRegistry (0).
When the SaveToRegistry property is set to True
it is not necessary to save the skin changes with this method since this
operation is automatically performed when a skin change occurs.
![]()
| See also: | SaveToRegistry (property) |
| Skin (property) |
![]()