| WindowBlinds : DirectSkin |
|
The DrawWindowFrameSafe method is used to paint a preview of a skinned window into the hdc specified. The function was added for very specific purposes and it is recommended you avoid this function and use PreviewSkinToDC instead
|
|
|
This method does not return a value. |
| This method is usually used to render skin previews.
This is the same as DrawWindowFrame apart fro the RECT pointer being changed into left, top, right and bottom parameters so .NET apps can use it. |