Edit

Share via


OptionButton Interface

Definition

[System.Runtime.InteropServices.Guid("8BD21D53-EC42-11CE-9E0D-00AA006002F3")]
public interface OptionButton : Microsoft.Vbe.Interop.Forms.IMdcOptionButton, Microsoft.Vbe.Interop.Forms.MdcOptionButtonEvents_Event
[<System.Runtime.InteropServices.Guid("8BD21D53-EC42-11CE-9E0D-00AA006002F3")>]
type OptionButton = interface
    interface IMdcOptionButton
    interface MdcOptionButtonEvents_Event
Public Interface OptionButton
Implements IMdcOptionButton, MdcOptionButtonEvents_Event
Derived
Attributes
Implements

Properties

_Font_Reserved (Inherited from IMdcOptionButton)
Accelerator (Inherited from IMdcOptionButton)
Alignment (Inherited from IMdcOptionButton)
AutoSize (Inherited from IMdcOptionButton)
BackColor (Inherited from IMdcOptionButton)
BackStyle (Inherited from IMdcOptionButton)
BordersSuppress (Inherited from IMdcOptionButton)
Caption (Inherited from IMdcOptionButton)
DisplayStyle (Inherited from IMdcOptionButton)
Enabled (Inherited from IMdcOptionButton)
Font (Inherited from IMdcOptionButton)
FontBold (Inherited from IMdcOptionButton)
FontItalic (Inherited from IMdcOptionButton)
FontName (Inherited from IMdcOptionButton)
FontSize (Inherited from IMdcOptionButton)
FontStrikethru (Inherited from IMdcOptionButton)
FontUnderline (Inherited from IMdcOptionButton)
FontWeight (Inherited from IMdcOptionButton)
ForeColor (Inherited from IMdcOptionButton)
GroupName (Inherited from IMdcOptionButton)
Locked (Inherited from IMdcOptionButton)
MouseIcon (Inherited from IMdcOptionButton)
MousePointer (Inherited from IMdcOptionButton)
MultiSelect (Inherited from IMdcOptionButton)
Picture (Inherited from IMdcOptionButton)
PicturePosition (Inherited from IMdcOptionButton)
SpecialEffect (Inherited from IMdcOptionButton)
TextAlign (Inherited from IMdcOptionButton)
TripleState (Inherited from IMdcOptionButton)
Valid (Inherited from IMdcOptionButton)
Value (Inherited from IMdcOptionButton)
WordWrap (Inherited from IMdcOptionButton)

Methods

add_BeforeDragOver(MdcOptionButtonEvents_BeforeDragOverEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_BeforeDropOrPaste(MdcOptionButtonEvents_BeforeDropOrPasteEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_Change(MdcOptionButtonEvents_ChangeEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_Click(MdcOptionButtonEvents_ClickEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_DblClick(MdcOptionButtonEvents_DblClickEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_Error(MdcOptionButtonEvents_ErrorEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_KeyDown(MdcOptionButtonEvents_KeyDownEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_KeyPress(MdcOptionButtonEvents_KeyPressEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_KeyUp(MdcOptionButtonEvents_KeyUpEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_MouseDown(MdcOptionButtonEvents_MouseDownEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_MouseMove(MdcOptionButtonEvents_MouseMoveEventHandler) (Inherited from MdcOptionButtonEvents_Event)
add_MouseUp(MdcOptionButtonEvents_MouseUpEventHandler) (Inherited from MdcOptionButtonEvents_Event)
let_MouseIcon(StdPicture) (Inherited from IMdcOptionButton)
let_Picture(StdPicture) (Inherited from IMdcOptionButton)
remove_BeforeDragOver(MdcOptionButtonEvents_BeforeDragOverEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_BeforeDropOrPaste(MdcOptionButtonEvents_BeforeDropOrPasteEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_Change(MdcOptionButtonEvents_ChangeEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_Click(MdcOptionButtonEvents_ClickEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_DblClick(MdcOptionButtonEvents_DblClickEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_Error(MdcOptionButtonEvents_ErrorEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_KeyDown(MdcOptionButtonEvents_KeyDownEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_KeyPress(MdcOptionButtonEvents_KeyPressEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_KeyUp(MdcOptionButtonEvents_KeyUpEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_MouseDown(MdcOptionButtonEvents_MouseDownEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_MouseMove(MdcOptionButtonEvents_MouseMoveEventHandler) (Inherited from MdcOptionButtonEvents_Event)
remove_MouseUp(MdcOptionButtonEvents_MouseUpEventHandler) (Inherited from MdcOptionButtonEvents_Event)

Events

BeforeDragOver (Inherited from MdcOptionButtonEvents_Event)
BeforeDropOrPaste (Inherited from MdcOptionButtonEvents_Event)
Change (Inherited from MdcOptionButtonEvents_Event)
Click (Inherited from MdcOptionButtonEvents_Event)
DblClick (Inherited from MdcOptionButtonEvents_Event)
Error (Inherited from MdcOptionButtonEvents_Event)
KeyDown (Inherited from MdcOptionButtonEvents_Event)
KeyPress (Inherited from MdcOptionButtonEvents_Event)
KeyUp (Inherited from MdcOptionButtonEvents_Event)
MouseDown (Inherited from MdcOptionButtonEvents_Event)
MouseMove (Inherited from MdcOptionButtonEvents_Event)
MouseUp (Inherited from MdcOptionButtonEvents_Event)

Applies to