HierarchicalDataSourceControl.EnableTheming Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
false
in all cases.
- Attributes
Exceptions
An attempt was made to set the value of the EnableTheming property.
Remarks
Because the HierarchicalDataSourceControl class has no visual rendering, it does not support themes.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.