| VB Extension Tools HTML project report | |
| Project: LabledControls | Module: XLabledTextBox |
| Module Type  | User control  |
|---|---|
| File  | C:\Code\EE-projects\units\vb\ActiveX\LabledContols\src\LabledTextBox.ctl  |
| Procedure 'ContainerName' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | String  |
| Author  | Ralf Kunsmann  |
| Date  | 2003 11 05  |
| Purpose  |
Originally implemented for Unit Testing purpose: Return Name property of container ojbect.  |
| Procedure 'Height' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Single  |
| Procedure 'Identifier' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | String  |
| Procedure 'LabelHorizontal' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'TextBoxHWnd' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | Long  |
| Procedure 'NumericFormat' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sNumericFormat As String  |
| Procedure 'NumericOnly' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | fNumericOnly As Boolean  |
| Procedure 'PrefixAlignment' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | iPrefixAlignment As Long  |
| Procedure 'PrefixText' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sPrefixText As String  |
| Procedure 'PrefixWidth' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | rPrefixWidth As Single  |
| Procedure 'SuffixText' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sSuffixText As String  |
| Procedure 'SuffixWidth' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | rSuffixWidth As Single  |
| Procedure 'TextBoxBackColor' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As OLE_COLOR  |
| Procedure 'TextBoxForeColor' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As OLE_COLOR  |
| Procedure 'TextBoxAlignment' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | iTextBoxAlignment As Long  |
| Procedure 'TextBoxText' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sTextBoxText As String  |
| Procedure 'Text' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sTextBoxText As String  |
| Procedure 'TextBoxWidth' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | rTextBoxWidth As Single  |
| Procedure 'TextBoxBorder' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'TextBoxLeft' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | Long  |
| Procedure 'TextBoxEnabled' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'TextBoxLocked' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'TextBoxMaxLength' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'TextBoxMultiLine' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'TextBoxFont' | List of procedures |
| Scope/Type  | Public Property (Set/Get)  |
|---|---|
| Code parameters  | RHS As Font  |
| Procedure 'Version' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | String  |
| Procedure 'Width' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Single  |
| Procedure 'pic_GotFocus' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'txt_Change' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  | Index As Integer  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 11 23  |
| Purpose  |
Make all the events of the combo box control public. Do some special handling in txt_KeyPress() and txt_GotFocus().  |
| Parameters  | Default VB event procedure parameters  |
| Procedure 'txt_GotFocus' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  | Index As Integer  |
| Procedure 'txt_KeyPress' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  |
Index As Integer KeyAscii As Integer  |
| Procedure 'UserControl_Initialize' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'UserControl_InitProperties' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Author  | Ralf Kunsmann  |
| Date  | 2003 10 28  |
| Purpose  |
For Unit Testing purpose, we need the DisplayName to be set as WindowText.  |
| Procedure 'UserControl_Paint' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'UserControl_ReadProperties' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  | PropBag As PropertyBag  |
| Procedure 'UserControl_Resize' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'UserControl_WriteProperties' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  | PropBag As PropertyBag  |
| Procedure 'ArrangeControls' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'Tag' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sTag As String  |
| Procedure 'ToolTipText' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | sToolTipText As String  |
| Procedure 'SetToolTipTexts' | List of procedures |
| Scope/Type  | Private Sub  |
|---|---|
| Code parameters  | sToolTipText As String  |
| Procedure 'PaintLabels' | List of procedures |
| Scope/Type  | Private Sub  |
|---|