TextBox 对象 (Access)
此对象表示在表单或报表中的文本框控件。 文本框用于显示记录源中的数据、显示计算结果或接受用户的输入。
备注
控制 | 工具 |
---|---|
文本框可能绑定,也可能未绑定。 使用绑定的文本框显示特定字段中的数据。 使用未绑定文本框来显示计算结果,或接受来自用户 (的输入,如以下代码示例) 所示。
示例
以下代码示例使用有文本框的表单接收用户输入。 当用户输入数据并按 Enter 时,代码将显示一条消息。
Private Sub txtValue1_BeforeUpdate(Cancel As Integer)
MsgBox "The Text box is being updated."
End Sub
事件
- AfterUpdate
- BeforeUpdate
- Change
- Click
- DblClick
- Dirty
- Enter
- 退出
- GotFocus
- KeyDown
- KeyPress
- KeyUp
- LostFocus
- MouseDown
- MouseMove
- MouseUp
- Undo
方法
属性
- AddColon
- AfterUpdate
- AllowAutoCorrect
- Application
- AsianLineBreak
- AutoLabel
- AutoTab
- BackColor
- BackShade
- BackStyle
- BackThemeColorIndex
- BackTint
- BeforeUpdate
- BorderColor
- BorderShade
- BorderStyle
- BorderThemeColorIndex
- BorderTint
- BorderWidth
- BottomMargin
- BottomPadding
- CanGrow
- CanShrink
- ColumnHidden
- ColumnOrder
- ColumnWidth
- Controls
- ControlSource
- ControlTipText
- ControlType
- DecimalPlaces
- DefaultValue
- DisplayAsHyperlink
- DisplayWhen
- Enabled
- EnterKeyBehavior
- EventProcPrefix
- FilterLookup
- FontBold
- FontItalic
- FontName
- FontSize
- FontUnderline
- FontWeight
- ForeColor
- ForeShade
- ForeThemeColorIndex
- ForeTint
- Format
- FormatConditions
- FuriganaControl
- GridlineColor
- GridlineShade
- GridlineStyleBottom
- GridlineStyleLeft
- GridlineStyleRight
- GridlineStyleTop
- GridlineThemeColorIndex
- GridlineTint
- GridlineWidthBottom
- GridlineWidthLeft
- GridlineWidthRight
- GridlineWidthTop
- Height
- HelpContextId
- HideDuplicates
- HorizontalAnchor
- Hyperlink
- IMEHold
- IMEMode
- IMESentenceMode
- InputMask
- InSelection
- IsHyperlink
- IsVisible
- KeyboardLanguage
- LabelAlign
- LabelX
- LabelY
- Layout
- LayoutID
- Left
- LeftMargin
- LeftPadding
- LineSpacing
- Locked
- 名称
- NumeralShapes
- OldBorderStyle
- OldValue
- OnChange
- OnClick
- OnDblClick
- OnDirty
- OnEnter
- OnExit
- OnGotFocus
- OnKeyDown
- OnKeyPress
- OnKeyUp
- OnLostFocus
- OnMouseDown
- OnMouseMove
- OnMouseUp
- OnUndo
- Parent
- PostalAddress
- Properties
- ReadingOrder
- RightMargin
- RightPadding
- RunningSum
- ScrollBarAlign
- ScrollBars
- Section
- SelLength
- SelStart
- SelText
- ShortcutMenuBar
- ShowDatePicker
- SmartTags
- SpecialEffect
- StatusBarText
- TabIndex
- TabStop
- Tag
- Text
- TextAlign
- TextFormat
- ThemeFontIndex
- Top
- TopMargin
- TopPadding
- ValidationRule
- ValidationText
- Value
- Vertical
- VerticalAnchor
- Visible
- Width
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。