[]
        
(Showing Draft Content)

C1.Framework.MnemonicButtonElement.GetTextElement

GetTextElement Method

GetTextElement(bool)

Returns reference to the TextElement used to display text.

Declaration
public override TextElement GetTextElement(bool force)
Parameters
Type Name Description
bool force

If True and the TextElement doesn't exist, this method will create it.

Returns
Type Description
TextElement

The reference to the TextElement if it exists; Null otherwise.

Overrides