ExplorerWindow Properties |
The ExplorerWindow type exposes the following members.
Name | Description | |
---|---|---|
Accelerator |
The accelerator table associated with this window.
(Inherited from 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.
(Inherited from Window.) | |
Background |
The background brush currently in use by the split window.
(Inherited from SplitWindow.) | |
CanvasArea |
The bounding box representing the current size of this window's canvas area.
(Inherited from Window.) | |
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.
(Inherited from Window.) | |
ContextMenu |
A menu object representing the local pop-up menu for a window or window control.
(Inherited from ChildAppWindow.) | |
DragDropClient |
The DragDropClient object created when Window:EnableDragDropClient(TRUE) is called.
(Inherited from Window.) | |
DragDropServer |
The DragDropServer object created when Window:EnableDragDropServer(TRUE) is called.
(Inherited from Window.) | |
DragImageList |
The ImageList object used for a drag-and-drop operation.
(Inherited from Window.) | |
Font |
The font currently used by this window. This font is used by the TextObject:TextPrint() method.
(Inherited from Window.) | |
Foreground |
The foreground brush currently in use by this window.
(Inherited from 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.
(Inherited from Window.) | |
HorizontalAlign |
A logical value that is TRUE if horizontal split bars are aligned in the split window.
(Inherited from SplitWindow.) | |
HorizontalDrag |
A logical value that is TRUE if dragging of horizontal split bars is enabled in the split window.
(Inherited from SplitWindow.) | |
HyperLabel |
The hyperlabel connected to this window.
(Inherited from Window.) | |
Icon |
The large icon object used for this window.
(Inherited from Window.) | |
IconSm |
The small icon object used for this window.
(Inherited from Window.) | |
LabelLeft |
The left fixed text control in a four-pane explorer window. In a two-pane explorer window, this returns NULL_OBJECT.
| |
LabelRight |
The right fixed text control in a four-pane explorer window. In a two-pane explorer window, this returns NULL_OBJECT.
| |
Layout |
A Dimension object that represents the number and visual layout of the panes in the split window.
(Inherited from SplitWindow.) | |
ListView |
The list view control in a two- or four-pane explorer window.
| |
Menu | (Inherited from ChildAppWindow.) | |
MinSize | The minimum size for the window (Inherited from Window.) | |
Origin |
The point representing the new location of this window, in the canvas coordinates of its owner.
(Inherited from Window.) | |
Owner |
The owner of the window, either a Window or App object.
(Inherited from Window.) | |
OwnerAlignment | The Owner Alignment value for the window, which is used when the window is a subwindow on another window. (Inherited from 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.
(Inherited from Window.) | |
Pointer |
The pointer used by the window to represent the mouse when it enters the window.
(Inherited from Window.) | |
QuitOnClose |
A logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
(Inherited from AppWindow.) | |
Size |
The dimension representing the size of this window.
(Inherited from Window.) | |
SplitBarBackground |
The background brush currently in use by split bars in the split window.
(Inherited from SplitWindow.) | |
SplitBarFrameBackground |
The background brush currently in use by split bar frames in the split window.
(Inherited from SplitWindow.) | |
StatusBar |
The status bar currently associated with an application window.
If none is associated, the status bar of the owner window is returned. If there is no status bar in the ownership hierarchy, NIL is returned.
(Inherited from ChildAppWindow.) | |
TextColor |
Uses a pen object and builds a pen in this window.
(Inherited from Window.) | |
ToolBar | (Inherited from SplitWindow.) | |
TreeView |
The tree view control in a two- or four-pane explorer window.
| |
VerticalAlign |
A logical value that is TRUE if vertical split bars are aligned in the split window.
(Inherited from SplitWindow.) | |
VerticalDrag |
A logical value that is TRUE if dragging of vertical split bars is enabled in the split window.
(Inherited from SplitWindow.) | |
WindowArea |
The bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
(Inherited from Window.) |