ToggleButton Object [Access 2003 VBA Language Reference]

ToggleButton
Properties

This object corresponds to a toggle button. A toggle button on a form is a stand-alone control used to display a Yes/No value from an underlying record source.

Control: Tool:
Control Control

Note  When you click a toggle button that's bound to a Yes/No field, Microsoft Access displays the value in the underlying table according to the field's Format property (Yes/No, True/False, or On/Off).

Toggle buttons are most useful when used in an option group with other buttons.

You can also use a toggle button in a custom dialog box to accept user input.

Properties | AddColon Property | AfterUpdate Property | AutoLabel Property | BeforeUpdate Property | Caption Property | ColumnHidden Property | ColumnOrder Property | ColumnWidth Property | Controls Property | ControlSource Property | ControlTipText Property | ControlType Property | DefaultValue Property | DisplayWhen Property | Enabled Property | EventProcPrefix Property | FontBold Property | FontItalic Property | FontName Property | FontSize Property | FontUnderline Property | FontWeight Property | ForeColor Property | Height Property | HelpContextId Property | HideDuplicates Property | InSelection Property | IsVisible Property | LabelAlign Property | LabelX Property | LabelY Property | Left Property | Locked Property | Name Property | ObjectPalette Property | OldValue Property | OnClick Property | OnDblClick Property | OnEnter Property | OnExit Property | OnGotFocus Property | OnKeyDown Property | OnKeyPress Property | OnKeyUp Property | OnLostFocus Property | OnMouseDown Property | OnMouseMove Property | OnMouseUp Property | OptionValue Property | Picture Property | PictureData Property | PictureType Property | Properties Property | ReadingOrder Property | Section Property | ShortcutMenuBar Property | StatusBarText Property | TabIndex Property | TabStop Property | Tag Property | Top Property | TripleState Property | ValidationRule Property | ValidationText Property | Value Property | Visible Property | Width Property

Methods | Move Method | Requery Method | SetFocus Method | SizeToFit Method | Undo Method

Events | AfterUpdate Event | BeforeUpdate Event | Click Event | DblClick Event | Enter Event | Exit Event | GotFocus Event | KeyDown Event | KeyPress Event | KeyUp Event | LostFocus Event | MouseDown Event | MouseMove Event | MouseUp Event

Parent Objects

Child Objects | Properties Object