Edit

Share via


UserForm Interface

Definition

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

Properties

_Font_Reserved (Inherited from IOptionFrame)
ActiveControl (Inherited from IOptionFrame)
BackColor (Inherited from IOptionFrame)
BorderColor (Inherited from IOptionFrame)
BorderStyle (Inherited from IOptionFrame)
CanPaste (Inherited from IOptionFrame)
CanRedo (Inherited from IOptionFrame)
CanUndo (Inherited from IOptionFrame)
Caption (Inherited from IOptionFrame)
Controls (Inherited from IOptionFrame)
Cycle (Inherited from IOptionFrame)
DesignMode (Inherited from IOptionFrame)
DrawBuffer (Inherited from _UserForm)
Enabled (Inherited from IOptionFrame)
Font (Inherited from IOptionFrame)
ForeColor (Inherited from IOptionFrame)
GridX (Inherited from IOptionFrame)
GridY (Inherited from IOptionFrame)
InsideHeight (Inherited from IOptionFrame)
InsideWidth (Inherited from IOptionFrame)
KeepScrollBarsVisible (Inherited from IOptionFrame)
MouseIcon (Inherited from IOptionFrame)
MousePointer (Inherited from IOptionFrame)
Picture (Inherited from IOptionFrame)
PictureAlignment (Inherited from IOptionFrame)
PictureSizeMode (Inherited from IOptionFrame)
PictureTiling (Inherited from IOptionFrame)
ScrollBars (Inherited from IOptionFrame)
ScrollHeight (Inherited from IOptionFrame)
ScrollLeft (Inherited from IOptionFrame)
ScrollTop (Inherited from IOptionFrame)
ScrollWidth (Inherited from IOptionFrame)
Selected (Inherited from IOptionFrame)
ShowGridDots (Inherited from IOptionFrame)
ShowToolbox (Inherited from IOptionFrame)
SnapToGrid (Inherited from IOptionFrame)
SpecialEffect (Inherited from IOptionFrame)
VerticalScrollBarSide (Inherited from IOptionFrame)
Zoom (Inherited from IOptionFrame)

Methods

_GetGridX(Int32) (Inherited from IOptionFrame)
_GetGridY(Int32) (Inherited from IOptionFrame)
_GetInsideHeight(Int32) (Inherited from IOptionFrame)
_GetInsideWidth(Int32) (Inherited from IOptionFrame)
_GetScrollHeight(Int32) (Inherited from IOptionFrame)
_GetScrollLeft(Int32) (Inherited from IOptionFrame)
_GetScrollTop(Int32) (Inherited from IOptionFrame)
_GetScrollWidth(Int32) (Inherited from IOptionFrame)
_SetGridX(Int32) (Inherited from IOptionFrame)
_SetGridY(Int32) (Inherited from IOptionFrame)
_SetScrollHeight(Int32) (Inherited from IOptionFrame)
_SetScrollLeft(Int32) (Inherited from IOptionFrame)
_SetScrollTop(Int32) (Inherited from IOptionFrame)
_SetScrollWidth(Int32) (Inherited from IOptionFrame)
add_AddControl(FormEvents_AddControlEventHandler) (Inherited from FormEvents_Event)
add_BeforeDragOver(FormEvents_BeforeDragOverEventHandler) (Inherited from FormEvents_Event)
add_BeforeDropOrPaste(FormEvents_BeforeDropOrPasteEventHandler) (Inherited from FormEvents_Event)
add_Click(FormEvents_ClickEventHandler) (Inherited from FormEvents_Event)
add_DblClick(FormEvents_DblClickEventHandler) (Inherited from FormEvents_Event)
add_Error(FormEvents_ErrorEventHandler) (Inherited from FormEvents_Event)
add_KeyDown(FormEvents_KeyDownEventHandler) (Inherited from FormEvents_Event)
add_KeyPress(FormEvents_KeyPressEventHandler) (Inherited from FormEvents_Event)
add_KeyUp(FormEvents_KeyUpEventHandler) (Inherited from FormEvents_Event)
add_Layout(FormEvents_LayoutEventHandler) (Inherited from FormEvents_Event)
add_MouseDown(FormEvents_MouseDownEventHandler) (Inherited from FormEvents_Event)
add_MouseMove(FormEvents_MouseMoveEventHandler) (Inherited from FormEvents_Event)
add_MouseUp(FormEvents_MouseUpEventHandler) (Inherited from FormEvents_Event)
add_RemoveControl(FormEvents_RemoveControlEventHandler) (Inherited from FormEvents_Event)
add_Scroll(FormEvents_ScrollEventHandler) (Inherited from FormEvents_Event)
add_Zoom(FormEvents_ZoomEventHandler) (Inherited from FormEvents_Event)
Copy() (Inherited from IOptionFrame)
Cut() (Inherited from IOptionFrame)
let_MouseIcon(StdPicture) (Inherited from IOptionFrame)
let_Picture(StdPicture) (Inherited from IOptionFrame)
Paste() (Inherited from IOptionFrame)
RedoAction() (Inherited from IOptionFrame)
remove_AddControl(FormEvents_AddControlEventHandler) (Inherited from FormEvents_Event)
remove_BeforeDragOver(FormEvents_BeforeDragOverEventHandler) (Inherited from FormEvents_Event)
remove_BeforeDropOrPaste(FormEvents_BeforeDropOrPasteEventHandler) (Inherited from FormEvents_Event)
remove_Click(FormEvents_ClickEventHandler) (Inherited from FormEvents_Event)
remove_DblClick(FormEvents_DblClickEventHandler) (Inherited from FormEvents_Event)
remove_Error(FormEvents_ErrorEventHandler) (Inherited from FormEvents_Event)
remove_KeyDown(FormEvents_KeyDownEventHandler) (Inherited from FormEvents_Event)
remove_KeyPress(FormEvents_KeyPressEventHandler) (Inherited from FormEvents_Event)
remove_KeyUp(FormEvents_KeyUpEventHandler) (Inherited from FormEvents_Event)
remove_Layout(FormEvents_LayoutEventHandler) (Inherited from FormEvents_Event)
remove_MouseDown(FormEvents_MouseDownEventHandler) (Inherited from FormEvents_Event)
remove_MouseMove(FormEvents_MouseMoveEventHandler) (Inherited from FormEvents_Event)
remove_MouseUp(FormEvents_MouseUpEventHandler) (Inherited from FormEvents_Event)
remove_RemoveControl(FormEvents_RemoveControlEventHandler) (Inherited from FormEvents_Event)
remove_Scroll(FormEvents_ScrollEventHandler) (Inherited from FormEvents_Event)
remove_Zoom(FormEvents_ZoomEventHandler) (Inherited from FormEvents_Event)
Repaint() (Inherited from IOptionFrame)
Scroll(Object, Object) (Inherited from IOptionFrame)
SetDefaultTabOrder() (Inherited from IOptionFrame)
UndoAction() (Inherited from IOptionFrame)

Events

AddControl (Inherited from FormEvents_Event)
BeforeDragOver (Inherited from FormEvents_Event)
BeforeDropOrPaste (Inherited from FormEvents_Event)
Click (Inherited from FormEvents_Event)
DblClick (Inherited from FormEvents_Event)
Error (Inherited from FormEvents_Event)
KeyDown (Inherited from FormEvents_Event)
KeyPress (Inherited from FormEvents_Event)
KeyUp (Inherited from FormEvents_Event)
Layout (Inherited from FormEvents_Event)
MouseDown (Inherited from FormEvents_Event)
MouseMove (Inherited from FormEvents_Event)
MouseUp (Inherited from FormEvents_Event)
RemoveControl (Inherited from FormEvents_Event)
Scroll (Inherited from FormEvents_Event)

Applies to