MobileForms Toolkit Documentation

TouchTextBoxButtonVisibleMode Enumeration

Defines the times at which TouchTextBoxButton appear in a edit control.

public enum TouchTextBoxButtonVisibleMode

Members

Member Name Description
Never The button never appears.
WhileEditing The button is displayed only while text is being edited in the edit control.
UnlessEditing The button is displayed only when text is not being edited.
Always The button is always displayed.

Requirements

Namespace: Resco.Controls.CommonControls

Assembly: Resco.CommonControls.CF3 (in Resco.CommonControls.CF3.dll)

See Also

Resco.Controls.CommonControls Namespace