Compartir por


MobileControl.EnableTheming Propiedad

Definición

Obtiene un valor que indica si los temas se aplican a este control. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 property bool EnableTheming { bool get(); void set(bool value); };
public override sealed bool EnableTheming { get; set; }
member this.EnableTheming : bool with get, set
Public Overrides NotOverridable Property EnableTheming As Boolean

Valor de propiedad

False en todos los casos.

Excepciones

Se intenta establecer la EnableTheming propiedad .

Comentarios

La MobileControl clase no admite el creación de temáticas. Si se intenta establecer la EnableTheming propiedad, se produce una NotSupportedException excepción.

Se aplica a

Consulte también