[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,TextBoxBase Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows text box control Category=Common [Edit] Class=Edit Text=Text Color=BackColor [Property] Width= | |100 Height= | |20 BackColor= | |clWindow ForeColor= | |clWindowText +Text= | | ##TextBoxBase=Inherited from the TextBoxBase class @AcceptsReturn=Sets a value indicating whether pressing ENTER in a multiline TextBox control creates a new line of text in the control or activates the default button for the form. ARG(bool)|14|1|True,False @AutoCompleteCustomSource=Sets a custom StringCollection to use when the AutoCompleteSource property is set to CustomSource. ARG(AutoCompleteStringCollection)|20|(empty)|AutoCompleteStringCollection @AutoCompleteMode=Sets an option that controls how automatic completion works for the TextBox. ARG(AutoCompleteMode)|14|0|None,Suggest,Append,SuggestAppend @AutoCompleteSource=Sets a value specifying the source of complete strings used for automatic completion.ARG(AutoCompleteSource)|14|7|FileSystem,HistoryList,RecentlyUsedList,AllUrl,AllSystemSources,FileSystemDirectories,CustomSource,None,ListItems @CharacterCasing=Sets whether the TextBox control modifies the case of characters as they are typed. ARG(CharacterCasing)|14|0|Normal,Upper,Lower @Multiline=Sets a value indicating whether this is a multiline TextBox control. ARG(bool)|14|1|True,False @PasswordChar=Sets the character used to mask characters of a password in a single-line TextBox control. ARG(char)|2| @ScrollBars=Sets which scroll bars should appear in a multiline TextBox control. ARG(ScrollBars)|14|0|None,Horizontal,Vertical,Both @Text=Sets the current text in the TextBox. ARG(string)|2| @TextAlign=Sets how text is aligned in a TextBox control. ARG(HorizontalAlignment)|14|0|Left,Right,Center @UseSystemPasswordChar=Sets a value indicating whether the text in the TextBox control should appear as the default password character. ARG(bool)|14|1|True,False ## [Methods] doText=Sets text of the control. ARG(string data)|1|0 onChange=Occurs when the Text property value changes. ARG(string)|2|2 *doPaste=Sets the selected text to the specified text without clearing the undo buffer.ARG(string data)|1|0 *onTextAlignChanged=Occurs when the value of the TextAlign property has changed. ARG(EventArgs)|2|0 *AcceptsReturn=Returns a value indicating whether pressing ENTER in a multiline TextBox control creates a new line of text in the control or activates the default button for the form. ARG(bool)|3|104 *AutoCompleteCustomSource=Returns a custom StringCollection to use when the AutoCompleteSource property is set to CustomSource. ARG(AutoCompleteStringCollection)|3|0 *AutoCompleteMode=Returns an option that controls how automatic completion works for the TextBox. ARG(AutoCompleteMode)|3|0 *AutoCompleteSource=Returns a value specifying the source of complete strings used for automatic completion.ARG(AutoCompleteSource)|3|0 *CharacterCasing=Returns whether the TextBox control modifies the case of characters as they are typed. ARG(CharacterCasing)|3|0 *Multiline=Returns a value indicating whether this is a multiline TextBox control. ARG(bool)|3|104 *PasswordChar=Returns the character used to mask characters of a password in a single-line TextBox control. ARG(char)|3|106 *ScrollBars=Returns which scroll bars should appear in a multiline TextBox control. ARG(ScrollBars)|3|0 Text=Returns the current text in the TextBox. ARG(string)|3|2 *TextAlign=Returns how text is aligned in a TextBox control. ARG(HorizontalAlignment)|3|0 *UseSystemPasswordChar=Returns a value indicating whether the text in the TextBox control should appear as the default password character. ARG(bool)|3|104 *TextBox=Returns the TextBox object. ARG(TextBox)|3|0 Data=Defines the text to operate. ARG(string)|4|2