Name

HasSpecialWidget — Checks for support of a special widget type.

Synopsis

HasSpecialWidget (void); 
 

Description

Checks for support of a special widget type. Use this prior to creating a widget of this kind. Do not use this to check for ordinary widgets like PushButton etc. - just the widgets where the widget documentation explicitly states it is an optional widget not supported by all UIs.

Returns true if the UI supports the special widget and false if not.