| |
The Unicus TextBox Control provides almost all of the features and functionality of the Access textbox, including: a caption that is automatically attached to the textbox and stays attached wherever you place the control The caption can be positioned on any side of the textbox, and supports the native WordWrap and Alignment properties, or it can be turned off altogether if you want AutoSelectAll property that you can set to automatically select the entire contents of the textbox when it receives the focus BeforeUpdate event that can be cancelled AfterUpdate event that doesn't fire if you cancel the BeforeUpdate event Value property that only updates in the AfterUpdate event DataType, Precision, and Scale properties that you can use for validation DisplayFormat, CustomFormat, NumberOfDecimals properties that you can use for display formatting of user-entered data Separate appearance, font, and color properties for the caption and textbox Support for data-bound or unbound modes and more
The Unicus TextBox Control is based on VBs intrinsic label and textbox control. In fact thats all it has, so it is extremely small (only 212K). It requires no supporting files other than MSVBVM60.DLL, making it very easy to distribute with your application |
|