|
Interface Manager
C4Configuration.h
class TextSettingTheTextSetting class is used for a text setting represented by an editable text box.
Definition
Member Functions
Constructor
Parameters
Description
The TextSetting class represents a setting that displays a text box and has a string value. The maximum length of the string is specified by the maxLen parameter, and the characters allowed in the string can be controlled by specifying a filter with the filterProc parameter. If no filter is specified, then all characters are allowed.
Base Classes
|