Edit

Share via


CommandButton Interface

Definition

[System.Runtime.InteropServices.Guid("04598FC4-866C-11CF-AB7C-00AA00C08FCF")]
public interface CommandButton : Microsoft.Vbe.Interop.Forms.CommandButtonEvents_Event, Microsoft.Vbe.Interop.Forms.ICommandButton
[<System.Runtime.InteropServices.Guid("04598FC4-866C-11CF-AB7C-00AA00C08FCF")>]
type CommandButton = interface
    interface ICommandButton
    interface CommandButtonEvents_Event
Public Interface CommandButton
Implements CommandButtonEvents_Event, ICommandButton
Derived
Attributes
Implements

Properties

_Font_Reserved (Inherited from ICommandButton)
Accelerator (Inherited from ICommandButton)
AutoSize (Inherited from ICommandButton)
BackColor (Inherited from ICommandButton)
BackStyle (Inherited from ICommandButton)
Caption (Inherited from ICommandButton)
Enabled (Inherited from ICommandButton)
Font (Inherited from ICommandButton)
FontBold (Inherited from ICommandButton)
FontItalic (Inherited from ICommandButton)
FontName (Inherited from ICommandButton)
FontSize (Inherited from ICommandButton)
FontStrikethru (Inherited from ICommandButton)
FontUnderline (Inherited from ICommandButton)
FontWeight (Inherited from ICommandButton)
ForeColor (Inherited from ICommandButton)
Locked (Inherited from ICommandButton)
MouseIcon (Inherited from ICommandButton)
MousePointer (Inherited from ICommandButton)
Picture (Inherited from ICommandButton)
PicturePosition (Inherited from ICommandButton)
TakeFocusOnClick (Inherited from ICommandButton)
Value (Inherited from ICommandButton)
WordWrap (Inherited from ICommandButton)

Methods

add_BeforeDragOver(CommandButtonEvents_BeforeDragOverEventHandler) (Inherited from CommandButtonEvents_Event)
add_BeforeDropOrPaste(CommandButtonEvents_BeforeDropOrPasteEventHandler) (Inherited from CommandButtonEvents_Event)
add_Click(CommandButtonEvents_ClickEventHandler) (Inherited from CommandButtonEvents_Event)
add_DblClick(CommandButtonEvents_DblClickEventHandler) (Inherited from CommandButtonEvents_Event)
add_Error(CommandButtonEvents_ErrorEventHandler) (Inherited from CommandButtonEvents_Event)
add_KeyDown(CommandButtonEvents_KeyDownEventHandler) (Inherited from CommandButtonEvents_Event)
add_KeyPress(CommandButtonEvents_KeyPressEventHandler) (Inherited from CommandButtonEvents_Event)
add_KeyUp(CommandButtonEvents_KeyUpEventHandler) (Inherited from CommandButtonEvents_Event)
add_MouseDown(CommandButtonEvents_MouseDownEventHandler) (Inherited from CommandButtonEvents_Event)
add_MouseMove(CommandButtonEvents_MouseMoveEventHandler) (Inherited from CommandButtonEvents_Event)
add_MouseUp(CommandButtonEvents_MouseUpEventHandler) (Inherited from CommandButtonEvents_Event)
let_MouseIcon(StdPicture) (Inherited from ICommandButton)
let_Picture(StdPicture) (Inherited from ICommandButton)
remove_BeforeDragOver(CommandButtonEvents_BeforeDragOverEventHandler) (Inherited from CommandButtonEvents_Event)
remove_BeforeDropOrPaste(CommandButtonEvents_BeforeDropOrPasteEventHandler) (Inherited from CommandButtonEvents_Event)
remove_Click(CommandButtonEvents_ClickEventHandler) (Inherited from CommandButtonEvents_Event)
remove_DblClick(CommandButtonEvents_DblClickEventHandler) (Inherited from CommandButtonEvents_Event)
remove_Error(CommandButtonEvents_ErrorEventHandler) (Inherited from CommandButtonEvents_Event)
remove_KeyDown(CommandButtonEvents_KeyDownEventHandler) (Inherited from CommandButtonEvents_Event)
remove_KeyPress(CommandButtonEvents_KeyPressEventHandler) (Inherited from CommandButtonEvents_Event)
remove_KeyUp(CommandButtonEvents_KeyUpEventHandler) (Inherited from CommandButtonEvents_Event)
remove_MouseDown(CommandButtonEvents_MouseDownEventHandler) (Inherited from CommandButtonEvents_Event)
remove_MouseMove(CommandButtonEvents_MouseMoveEventHandler) (Inherited from CommandButtonEvents_Event)
remove_MouseUp(CommandButtonEvents_MouseUpEventHandler) (Inherited from CommandButtonEvents_Event)

Events

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

Applies to