'Declaration
Public Overloads Overridable Function GetTextElement( _ ByVal force As Boolean _ ) As TextElement
public virtual TextElement GetTextElement( bool force )
Parameters
- force
- If True and the TextElement doesn't exist, this method will create it.
Return Value
The reference to the TextElement if it exists; Null otherwise.