  | UserOptionsExtensionValidate Method  | 
            Validate settings user has made to your control. Show error message if needed.
            
 
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic abstract bool Validate()
Public MustOverride Function Validate As Boolean
Return Value
Type: 
BooleanReturn false to cancel saving and user exit from the options. True to allow.
Availability
See Also