Compartilhar via


Propriedade ITextCaret.IsHidden

Obtém ou define a visibilidade do cursor.

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

Sintaxe

'Declaração
Property IsHidden As Boolean
bool IsHidden { get; set; }
property bool IsHidden {
    bool get ();
    void set (bool value);
}
abstract IsHidden : bool with get, set
function get IsHidden () : boolean 
function set IsHidden (value : boolean)

Valor de propriedade

Tipo: Boolean
true Se o cursor estiver oculta, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITextCaret Interface

Namespace Microsoft.VisualStudio.Text.Editor