Description
Reset some aspects of this identity.
-
Return Type
-
None
-
Syntax
-
object.Reset [Changes]
The Reset Method syntax has these parts: |
| object | An expression evaluating to an object of type McIdentity. | | Changes | Optional. A mcIdentityChanges enumeration, as described in settings. Describes what needs to be reset.
| Settings The settings for Changes are:
 | mcicNone | 0 | |
 | mcicResetSettings | 1 | |
 | mcicResetMenus | 2 | |
 | mcicResetLayout | 4 | |
 | mcicResetAll | 7 | |
 | mcicPropertyChange | 8 | |
 | mcicDelete | 16 | |
 | mcicPassword | 32 | |
 | mcicNew | 64 | |
Remarks
If the identity is password protected, the user will be prompted to enter a password. If the password does not match or the dialog is cancelled, the identity will not be reset.
|