Edit

Share via


_UserForm Interface

Definition

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

Properties

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

Methods

_GetGridX(Int32)
_GetGridY(Int32)
_GetInsideHeight(Int32)
_GetInsideWidth(Int32)
_GetScrollHeight(Int32)
_GetScrollLeft(Int32)
_GetScrollTop(Int32)
_GetScrollWidth(Int32)
_SetGridX(Int32)
_SetGridY(Int32)
_SetScrollHeight(Int32)
_SetScrollLeft(Int32)
_SetScrollTop(Int32)
_SetScrollWidth(Int32)
Copy()
Cut()
let_MouseIcon(StdPicture)
let_Picture(StdPicture)
Paste()
RedoAction()
Repaint()
Scroll(Object, Object)
SetDefaultTabOrder()
UndoAction()

Applies to