Home COM GDI+ WebBrowser Data Access

Controls and Property Pages

 

Enumerations

 

GUIDKIND

KEYMODIFIERS

PICTURE
 

 

PICTYPE

POINTERINACTIVE

QACONTAINERFLAGS

 

GUIDKIND

 

The GUIDKIND enumeration values are flags used to specify the kind of information requested from an object in the IProvideClassInfo2.

 

 

%GUIDKIND_DEFAULT_SOURCE_DISP_IID = 1

 

 

KEYMODIFIERS

 

The KEYMODIFIERS enumeration values are flags used in calls to IOleControlSite::TranslateAccelerator to describe additional keyboard states that can modify the meaning of the keyboard messages that are also passed into IOleControlSite::TranslateAccelerator.

 

 

%KEYMOD_SHIFT = &H00000001
%KEYMOD_CONTROL = &H00000002
%KEYMOD_ALT = &H00000004
 

 

PICTURE

 

The PICTURE enumeration values describe attributes of a picture object as returned through the IPicture::get_Attributes method.

 

 

%PICTURE_SCALABLE = &H00000001
%PICTURE_TRANSPARENT = &H00000002
 

 

PICTYPE

 

The PICTYPE enumeration values are used to describe the type of a picture object as returned by IPicture::get_Type, as well as to describe the type of picture in the picType field of the PICTDESC structure that is passed to OleCreatePictureIndirect.

 

 

%PICTYPE_UNINITIALIZED = -1
%PICTYPE_NONE = 0
%PICTYPE_BITMAP = 1
%PICTYPE_METAFILE = 2
%PICTYPE_ICON = 3
%PICTYPE_ENHMETAFILE = 4
 

 

POINTERINACTIVE

 

The POINTERINACTIVE enumeration values indicate the activation policy of the object and are used in the IPointerInactive::GetActivationPolicy method.

 

 

%POINTERINACTIVE_ACTIVATEONENTRY = 1
%POINTERINACTIVE_DEACTIVATEONLEAVE = 2
%POINTERINACTIVE_ACTIVATEONDRAG = 4
 

 

QACONTAINERFLAGS

 

The QACONTAINERFLAGS enumeration value indicates ambient properties supplied by the container. It is used in the dwAmbientFlags member of the QACONTAINER structure.

 

 

%QACONTAINER_SHOWHATCHING = &H1
%QACONTAINER_SHOWGRABHANDLES = &H2
%QACONTAINER_USERMODE = &H4
%QACONTAINER_DISPLAYASDEFAULT = &H8
%QACONTAINER_UIDEAD = &H10
%QACONTAINER_AUTOCLIP = &H20
%QACONTAINER_MESSAGEREFLECT = &H40
%QACONTAINER_SUPPORTSMNEMONICS = &H80
 

 

Page last updated on Saturday, 18 March 2006 01:27:28 +0100