Access) (TextBox 物件
這個物件代表表單或報表上的文字方塊控制項。 文字方塊可用來顯示記錄來源的資料、顯示計算結果,或接受使用者的輸入。
控制措施 | 工具 |
---|---|
文字方塊可以系結或取消系結。 您可以使用系結文字方塊來顯示來自特定欄位的資料。 您可以使用未系結的文字方塊來顯示計算結果,或接受使用者 (的輸入,如下列程式碼範例) 。
下列程式碼範例會使用具有文字方塊的表單來接收使用者輸入。 當使用者輸入資料,然後按 Enter 鍵時,程式碼會顯示訊息。
Private Sub txtValue1_BeforeUpdate(Cancel As Integer)
MsgBox "The Text box is being updated."
End Sub
- AfterUpdate
- BeforeUpdate
- Change
- Click
- DblClick
- Dirty
- Enter
- Exit
- 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 支援與意見反應。