Click or drag to resize

UserOptionsExtensionValidate Method

Validate settings user has made to your control. Show error message if needed.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public abstract bool Validate()

Return Value

Boolean
Return false to cancel saving and user exit from the options. True to allow.
Revision History
DateVersionDescription
-2019 SP2First Release
See Also