Gets and sets an enum that determines the position of the caption boxes on the screen. The following are the possible values:
§ PCP_TOPLEFT = 0,
§ PCP_TOPCENTER = 1
§ PCP_TOPRIGHT = 2
§ PCP_BOTTOMLEFT = 3
§ PCP_BOTTOMCENTER = 4
§ PCP_BOTTOMRIGHT = 5
JavaScript |
|
CaptionPosition |
C# |
|
PresentationCaptionPosition CaptionPosition { get; set; } |
C++ |
|
HRESULT CaptionPosition([out, retval] PresentationCaptionPosition* pVal) HRESULT CaptionPosition([in] PresentationCaptionPosition pVal) |