Proprietà ToolboxCategoryAttribute.AlwaysShows
Ottiene un valore che indica se questa classe viene visualizzata in tutte le categorie padre.
Spazio dei nomi: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.Boolean
true se questa classe viene visualizzata in tutte le categorie padre. In caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ToolboxCategoryAttribute Classe
Spazio dei nomi Microsoft.Windows.Design