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.
Gets or sets a value that indicates whether the caption text is shown.
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 text is shown; otherwise, false.