Window Properties |
The Window type exposes the following members.
Name | Description | |
---|---|---|
Accelerator |
The accelerator table associated with this window.
| |
Automated |
A logical value determining whether the window object is to be exposed as an OLE automation server. This is a convenient shortcut for the RegisterOLEAutomationObject() function. When the window is destroyed, the UnRegisterOLEAutomationObject() is automatically called.
| |
Background |
The background brush currently in use by this window.
| |
CanvasArea |
The bounding box representing the current size of this window's canvas area.
| |
Caption |
The string representing the caption (the text in the title bar of this window). This method can also be used to change the title of this window.
| |
ContextMenu |
A menu object representing the local pop-up menu for a window or window control.
| |
DragDropClient |
The DragDropClient object created when Window:EnableDragDropClient(TRUE) is called.
| |
DragDropServer |
The DragDropServer object created when Window:EnableDragDropServer(TRUE) is called.
| |
DragImageList |
The ImageList object used for a drag-and-drop operation.
| |
Font |
The font currently used by this window. This font is used by the TextObject:TextPrint() method.
| |
Foreground |
The foreground brush currently in use by this window.
| |
HelpDisplay |
The help display object currently used by this window. This help display object provides a connection between the help file to be displayed and this window.
| |
HyperLabel |
The hyperlabel connected to this window.
| |
Icon |
The large icon object used for this window.
| |
IconSm |
The small icon object used for this window.
| |
Menu |
The menu currently in use by this window.
| |
MinSize | The minimum size for the window | |
Origin |
The point representing the new location of this window, in the canvas coordinates of its owner.
| |
Owner |
The owner of the window, either a Window or App object.
| |
OwnerAlignment | The Owner Alignment value for the window, which is used when the window is a subwindow on another window. | |
Pen |
The pen assigned to the window and used in subsequent line and rectangle drawing operations; it should not be deleted while it is the current selection.
| |
Pointer |
The pointer used by the window to represent the mouse when it enters the window.
| |
Size |
The dimension representing the size of this window.
| |
TextColor |
Uses a pen object and builds a pen in this window.
| |
ToolBar |
The toolbar in use by the window.
| |
WindowArea |
The bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
|