DesignerTheme.ApplyTo 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 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.