|
|
|
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 |
|
PICTURE |
|
The PICTURE enumeration values describe attributes of a picture object as returned through the IPicture::get_Attributes method.
|
|
%PICTURE_SCALABLE =
&H00000001 |
|
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 |
|
POINTERINACTIVE |
|
The POINTERINACTIVE enumeration values indicate the activation policy of the object and are used in the IPointerInactive::GetActivationPolicy method.
|
|
%POINTERINACTIVE_ACTIVATEONENTRY = 1 |
|
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 |
Page last updated on Saturday, 18 March 2006 01:27:28 +0100