_EnvironmentGeneral.AutohidePinActiveTabOnly Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Somente para uso interno da Microsoft.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property bool AutohidePinActiveTabOnly { bool get(); void set(bool value); };
public:
property bool AutohidePinActiveTabOnly { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(12)]
public bool AutohidePinActiveTabOnly { [System.Runtime.InteropServices.DispId(12)] get; [System.Runtime.InteropServices.DispId(12)] set; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<set: System.Runtime.InteropServices.DispId(12)>]
member this.AutohidePinActiveTabOnly : bool with get, set
Public Property AutohidePinActiveTabOnly As Boolean
Valor da propriedade
true se todas as guias além da ativa forem ocultas, caso contrário false .
- Atributos