Macro Scheduler 15

Form Properties


 

Name

Description

Action

Designates the action associated with the control.

ActiveControl

Specifies the control that has focus on the form.

Align

Determines how the control aligns within its container (parent control).

AlignWithMargins

Indicates whether a control should be constrained by margins.

AlphaBlend

Specifies whether the form is translucent.

AlphaBlendValue

Specifies the degree of translucency on a translucent form.

Anchors

Specifies how the control is anchored to its parent.

AutoScroll

Indicates whether scroll bars appear automatically on the scrolling windowed control if it is not large enough to display all of its controls.

AutoSize

Specifies whether the control sizes itself automatically to accommodate its contents.

BiDiMode

Specifies the bi-directional mode for the control.

BorderIcons

Specifies which icons appear on the title bar of the form.

BorderStyle

Specifies the appearance and behavior of the form border.

BorderWidth

Specifies the width of the control's border.

Caption

Specifies a text string that identifies the control to the user.

ClientHeight

Specifies the height (in pixels) of the form's client area.

ClientWidth

Specifies the width (in pixels) of the form's client area.

Color

Specifies the background color of the control.

Constraints

Specifies the size constraints for the control.

Ctl3D

Determines whether a control has a three-dimensional (3-D) or two-dimensional look.

Cursor

Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.

CustomHint

Custom hint for control.

DefaultMonitor

Specifies the monitor on which the form appears.

DockSite

Specifies whether the control can be the target of drag-and-dock operations.

DoubleBuffered

Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first.

DragKind

Specifies whether the control is being dragged normally or for docking.

DragMode

Determines how the control initiates drag-and-drop or drag-and-dock operations.

Enabled

Controls whether the control responds to mouse, keyboard, and timer events.

Font

Controls the attributes of text written on or in the control.

FormStyle

Determines the form's style.

GlassFrame

Access the GlassFrame under Windows Vista.

Height

Specifies the vertical size of the control in pixels.

HelpContext

Numeric ID for control's context-sensitive help topic

HelpFile

Specifies the name of the file the form uses to display Help.

HelpKeyword

Keyword for control's context-sensitive help topic

HelpType

Indicates whether the control's context sensitive help topic is identified by context ID or by keyword.

Hint

Contains the text string that can appear when the user moves the mouse over the control.

HorzScrollBar

Represents the horizontal scroll bar for the scrolling windowed control.

Icon

Specifies the icon that appears when the form is minimized. Enter the filename to load an icon onto the form. Note that the icon data is loaded statically into and stored in the dialog and while the file name is also stored for reference there is no dynamic link to that file.

KeyPreview

Specifies whether the form should receive keyboard events before the active control.

Left

Specifies the horizontal coordinate of the left edge of a component relative to its parent.

Left

Specifies the horizontal coordinate of the left edge of a component relative to its parent.

Margins

Specifies the margins for the control.

Menu

Specifies the form's main menu.

Name

Specifies the name of the component as referenced in code.

ObjectMenuItem

Represents an OLE object menu item that reacts to selections of OLE objects.

OldCreateOrder

Specifies when OnCreate and OnDestroy events occur.

OnTaskBar

Controls whether form should be shown on and minimized to Windows task bar.  Note that in a compiled macro this will also cause the main application task bar icon to hide and remain hidden for the duration of the script.

Padding

Specifies the padding of a control.

ParentBiDiMode

Specifies whether the control uses its parent's BiDiMode.

ParentCustomHint

Determines where a control looks for its custom hint.

ParentFont

Determines where a control looks for its font information.

PixelsPerInch

Represents the proportion of the font on the system on which the form was designed.

PopupMenu

Identifies the pop-up menu associated with the control.

PopupMode

Controls how the top-level form behaves with respect to Window's WS_POPUP style.

PopupParent

Sets an order for stacked forms that users cannot change.

Position

Represents the size and placement of the form.

PrintScale

Represents the proportions of a printed form.

Scaled

Specifies whether the form is sized according to the value of the PixelsPerInch property.

ScreenSnap

Specifies whether form snaps to edge of screen.

ShowHint

Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.

SnapBuffer

Specifies distance for screen snap.

Tag

Stores an integer value as part of a component.

Top

Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels.

Top

Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels.

TransparentColor

Specifies whether a color on the form appears transparent.

TransparentColorValue

Indicates the color on the form that appears transparent when TransparentColor is true.

UseDockManager

Specifies whether the docking manager is used in drag-and-dock operations.

VertScrollBar

Represents the vertical scroll bar for the scrolling windowed control.

Visible

Indicates whether the form is visible.

Width

Specifies the horizontal size of the control or form in pixels.

WindowMenu

Specifies the Window menu for an MDI parent form.

WindowState

Represents how the form appears on the screen.

 

Note: it may not be possible to use all of these properties fully within Macro Scheduler.