Partilhar via


Propriedade ToolboxCategoryAttribute.AlwaysShows

Obtém um valor que indica se essa classe aparece em todas as categorias do pai.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Property AlwaysShows As Boolean
    Get
    Private Set
public bool AlwaysShows { get; private set; }
public:
property bool AlwaysShows {
    bool get ();
    private: void set (bool value);
}
member AlwaysShows : bool with get, private set
function get AlwaysShows () : boolean
private function set AlwaysShows (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se essa classe aparece em todas as categorias de pai; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ToolboxCategoryAttribute Classe

Namespace Microsoft.Windows.Design

Outros recursos

Noções básicas sobre extensibilidade Designer WPF