'宣言 Public Overloads Overridable Function GetTextElement( _ ByVal force As Boolean _ ) As TextElement
public virtual TextElement GetTextElement( bool force )
パラメータ
- force
- If True and the TextElement doesn't exist, this method will create it.
戻り値の型
The reference to the TextElement if it exists; Null otherwise.