|
|
|
Controls and Property Pages |
|
Functions |
|
|
OleCreatePropertyFrame
OleCreatePropertyFrameIndirect |
OleLoadPicturePath OleTranslateColor |
|
OleCreatePropertyFrame |
|
Invokes a new property frame, that is, a property sheet dialog box, whose parent is hwndOwner, where the dialog is positioned at the point (x,y) in the parent window and has the caption lpszCaption.
The property pages to be displayed are identified with lpPageClsID, which is an array of cPages CLSID values. The objects that are affected by this property sheet are identified in lplpUnk, an array of size cObjects containing IUnknown pointers.
This function always creates a modal dialogbox and does not return until the dialog box is closed.
|
|
DECLARE FUNCTION
OleCreatePropertyFrame _
|
|
OleCreatePropertyFrameIndirect |
|
Creates a property frame, that is, a property sheet dialog box, based on a structure (OCPFIPARAMS) that contains the parameters, rather than specifying separate parameters as when calling OleCreatePropertyFrame.
|
|
DECLARE FUNCTION
OleCreatePropertyFrameIndirect _
|
|
OleLoadPicturePath |
|
Creates a new picture
object and initializes it from the contents of a stream. This is equivalent
to calling
|
|
DECLARE FUNCTION
OleLoadPicturePath _
|
|
OleTranslateColor |
|
Converts an OLE_COLOR type to a COLORREF.
|
|
DECLARE FUNCTION
OleTranslateColor _ |
Page last updated on Tuesday, 29 August 2006 04:26:08 +0200