This topic has not yet been rated - Rate this topic

SCRIPTUICITEM Enumeration

Represents the type of UI item. Used in the IActiveScriptSiteUIControl::GetUIBehavior Method.

typedef enum tagSCRIPTUICITEM { 
    SCRIPTUICITEM_INPUTBOX = 1, 
    SCRIPTUICITEM_MSGBOX = 2, 
    } SCRIPTUICITEM; 

SCRIPTUICITEM_INPUTBOX

An input control.

SCRIPTUICITEM_MSGBOX

A message box.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.