__VSFPROPID4 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional members for the __VSFPROPID enumeration.
public enum class __VSFPROPID4
public enum class __VSFPROPID4
enum __VSFPROPID4
public enum __VSFPROPID4
type __VSFPROPID4 =
Public Enum __VSFPROPID4
- Inheritance
-
__VSFPROPID4
Fields
Name | Value | Description |
---|---|---|
VSFPROPID_NextCloneID | -5016 | Return the instance ID of the next available sibling clone. |
VSFPROPID4_FIRST | -5016 | Return the instance ID of the next available sibling clone. |
VSFPROPID_NavigationInterface | -5015 | Retrieve the navigation delegate for this frame. |
VSFPROPID_Thumbnail | -5014 | Retrieve an HBITMAP thumbnail of the contents of the frame, the caller must cache and release this object, the image size is 200x200 pixels. |
VSFPROPID_TabImage | -5013 | Retrieve an HBITMAP for the image to be displayed on a tab for this frame, the caller must cache and release this object. |
VSFPROPID_Icon | -5012 | Retrieve an HICON resource if the document has one. |