UserControlControlBuilder.NeedsTagInnerText Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.