ITextCaret::IsHidden Property

 

Gets or sets the visibility of the caret.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property bool IsHidden {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the caret is hidden, otherwise false.

Return to top
Show: