SupportsConditionHTML

Public Function SupportsConditionHTML() As Boolean

 

If you wish to have your plug-in provide conditions for use with events, return True from SupportsConditionUI, and if you wish to create conditions using the rich HTML environment, return True from this procedure.

 

When this procedure returns True, ConditionUI, ConditionUIFormat, and ConditionCheck are no longer used and are replaced with the new procedures ConditionUIHTML, ConditionUIHTMLProc, ConditionUIFormatHTML, and ConditionCheckHTML.

 

 

See Also

SupportsConditionUI
ConditionUIHTML

ConditionUIHTMLProc

ConditionUIFormatHTML

ConditionCheckHTML