IUserControlDesignerAccessor.InnerText Property

Definition

When implemented, gets or sets text between the opening and closing tags of a user control.

public:
 property System::String ^ InnerText { System::String ^ get(); void set(System::String ^ value); };
public string InnerText { get; set; }
member this.InnerText : string with get, set
Public Property InnerText As String

Property Value

The text placed between the opening and closing tags of a user control.

Remarks

The InnerText property is used by the designer to specify or determine the text between the opening and closing tags of a user control.

Applies to