DragUIOverride.IsCaptionVisible Property
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.
public:
property bool IsCaptionVisible { bool get(); void set(bool value); };
bool IsCaptionVisible();
void IsCaptionVisible(bool value);
public bool IsCaptionVisible { get; set; }
var boolean = dragUIOverride.isCaptionVisible;
dragUIOverride.isCaptionVisible = boolean;
Public Property IsCaptionVisible As Boolean
Property Value
Boolean
bool
True, if the caption is shown; otherwise, false.