UserControlControlBuilder.NeedsTagInnerText Method

Definition

Determines whether the control builder needs to get the control's inner text.

public:
 override bool NeedsTagInnerText();
public override bool NeedsTagInnerText ();
override this.NeedsTagInnerText : unit -> bool
Public Overrides Function NeedsTagInnerText () As Boolean

Returns

true if the control builder requires the control's inner text; otherwise, false.

Remarks

If the NeedsTagInnerText method returns true, the SetTagInnerText method is called. When the control is built in a designer environment, the NeedsTagInnerText property returns true.

Applies to