CanPanelDrawFlags
Returns whether or not the given drawing flags are supported by
the menu style.
native bool CanPanelDrawFlags(Handle panel, int style)Parameters
int style
ITEMDRAW style flags.
Return Value
bool True if item is drawable, false otherwise.Error
Invalid Handle.