Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the type of UI item. Used in the IActiveScriptSiteUIControl::GetUIBehavior Method.
Syntax
typedef enum tagSCRIPTUICITEM { SCRIPTUICITEM_INPUTBOX = 1, SCRIPTUICITEM_MSGBOX = 2, } SCRIPTUICITEM;
Enumeration Values
SCRIPTUICITEM_INPUTBOX | An input control. |
SCRIPTUICITEM_MSGBOX | A message box. |