DesignerTheme.ApplyTo Property

Definition

Gets or sets the unqualified name of the designer type to which the designer theme is applied.

C#
[System.ComponentModel.Browsable(false)]
public virtual string ApplyTo { get; set; }

Property Value

The name of the designer type to which the designer theme is applied.

Attributes

Exceptions

A user attempted a set operation when the ReadOnly property was set to true.

Remarks

The ApplyTo property associates the designer theme with a designer by using the unqualified name of the designer type, while the DesignerType property associates the designer theme with a designer type by using the Type of the designer.

Applies to

Tuote Versiot
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1