MobileForms Toolkit Documentation

KeyboardPro.SetFxPhrase Method 

Defines the FX phrase for "Layout_FX" keyboard layout.

public bool SetFxPhrase(
int pos,
string phrase
);

Parameters

pos
Zero-based FX button index
phrase
Button content

Return Value

true if succeded

Remarks

Use this method to override certain FX button content. Users can later change the text, however it is possible to disable the FX content editing by setting the DisableFxEdit property.

See Also

KeyboardPro Class | Resco.Controls.KeyboardPro Namespace | SetFxPhrases | DisableFxEdit