Gets and sets an enum that determines the caption box type. The following are the possible values:
§ PCST_FIXED = 0
Caption boxes are a fixed size.
§ PCST_AUTOMATICALLYADJUST = 1
Caption boxes automatically adjust to fit their contents.
JavaScript |
|
CaptionSizeType |
C# |
|
PresentationCaptionSizeType CaptionSizeType { get; set; } |
C++ |
|
HRESULT CaptionSizeType([out, retval] PresentationCaptionSizeType* pVal) HRESULT CaptionSizeType([in] PresentationCaptionSizeType pVal) |