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)
Syntax
public abstract bool Validate()

Return Value

Type: Boolean
Return false to cancel saving and user exit from the options. True to allow.
Availability

CUSTOMTOOLS 2019 SP2


See Also