HierarchicalDataSourceControl.EnableTheming Propriedade
Definição
Obtém um valor que indica se esse controle dá suporte a temas.Gets a value indicating whether this control supports themes.
public:
virtual property bool EnableTheming { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool EnableTheming { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean
Valor da propriedade
false em todos os casos.false in all cases.
- Atributos
Exceções
Foi feita uma tentativa de definir o valor da propriedade EnableTheming.An attempt was made to set the value of the EnableTheming property.
Comentários
Como a HierarchicalDataSourceControl classe não tem renderização visual, ela não oferece suporte a temas.Because the HierarchicalDataSourceControl class has no visual rendering, it does not support themes.