DesignerTheme.ApplyTo Property

Definition

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

public:
 virtual property System::String ^ ApplyTo { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual string ApplyTo { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ApplyTo : string with get, set
Public Overridable Property ApplyTo As String

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