|
Functions |
bool | TextBox_CopyFrom () |
| Copy the actual selected control to be copied.
|
void | TextBox_UpdateRects () |
| Update the internal state of the control.
|
bool | TextBox_GetLocked () |
| Get the locked status.
|
bool | TextBox_GetMultiLine () |
| Get the multiline status.
|
int | TextBox_GetMaxLength () |
| Get the maximum length.
|
string | TextBox_GetScrollBars () |
| Get the scrollbars.
|
string | TextBox_GetLanguage () |
| Get the language.
|
void | TextBox_GetHBar () |
| Push into the stack of controls the horizontal scrollbar.
|
void | TextBox_GetVBar () |
| Push into the stack of controls the vertical scrollbar.
|
void | TextBox_SetLocked (bool val) |
| Set the locked status.
|
void | TextBox_SetMultiLine (bool val) |
| Set the multiline status.
|
void | TextBox_SetMaxLength (int val) |
| Set the maximum length.
|
void | TextBox_SetScrollBars (string val) |
| Set the scrollbars.
|
void | TextBox_SetScrollBars (int val) |
| Set the scrollbars.
|
void | TextBox_SetLanguage (string val) |
| Set the language.
|
void | TextBox_SetLanguage (int val) |
| Set the language.
|
void | TextBox_SetText (string val) |
| Set the text.
|
void | TextBox_AddText (string val) |
| Add text.
|
void | TextBox_SetName (string val) |
| Set the name.
|
void | TextBox_SetBackStyle (string val) |
| Set the back style.
|
void | TextBox_SetBackStyle (int val) |
| Set the back style.
|
void | TextBox_SetBackColor (int val) |
| Set the back color.
|
void | TextBox_SetBackColor (int backcolor, int bcvsb) |
| Set the back color.
|
void | TextBox_SetAppearance (string themebox, string skinbox) |
| Set the appearance.
|
void | TextBox_SetAppearance (string themebox, string skinbox, string themevsb, string skinvsb, string themehsb, string skinhsb, string themebut, string skinbut) |
| Set the appearance.
|
void | TextBox_SetAppearance (string theme, string skinbox, string skinvsb, string skinhsb, string skinbut) |
| Set the appearance.
|