  | UserOptionsExtensionValidate Method | 
            Validate settings user has made to your control. Show error message if needed.
            
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic abstract bool Validate()
Public MustOverride Function Validate As Boolean
Return Value
BooleanReturn false to cancel saving and user exit from the options. True to allow.
Revision History| Date | Version | Description | 
|---|
| - | 2019 SP2 | First Release | 
See Also