CWinCtrlTextbox¶
Script: TEXTBOX
This is a edit box,but it can’t be edited.
If the caption does not fit to the control size , it is possible to scroll.
Callbacks arriving at CWindowBase
void onClick(CWinCtrlBase cCtrl)
void onDrag(CWinCtrlBase cCtrl,Vector2 pos,Vector2 dragVelocity)
void onDrop(CWinCtrlBase cCtrl,CWindowBase cDragWindow,CWinCtrlBase cDragCtrl)
Functions / Properties
None
Example of use