Click or drag to resize

EditWindow Properties

X#

The EditWindow type exposes the following members.

Properties
  NameDescription
Public propertyAccelerator
The accelerator table associated with this window.
(Inherited from Window.)
Public propertyAutomated
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.)
Public propertyBackground
The background brush currently in use by this window.
(Inherited from Window.)
Public propertyCanvasArea
The bounding box representing the current size of this window's canvas area.
(Inherited from Window.)
Public propertyCaption
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.)
Public propertyContextMenu
A menu object representing the local pop-up menu for a window or window control.
(Inherited from Window.)
Public propertyControl
The control on which the control window is based.
(Inherited from ControlWindow.)
Public propertyControlID
A number between 1 and 8000 representing the unique ID of the control on which the control window is based.
(Inherited from ControlWindow.)
Public propertyDragDropClient
The DragDropClient object created when Window:EnableDragDropClient(TRUE) is called.
(Inherited from Window.)
Public propertyDragDropServer
The DragDropServer object created when Window:EnableDragDropServer(TRUE) is called.
(Inherited from Window.)
Public propertyDragImageList
The ImageList object used for a drag-and-drop operation.
(Inherited from Window.)
Public propertyFont (Overrides Font.)
Public propertyForeground
The foreground brush currently in use by this window.
(Inherited from Window.)
Public propertyCode exampleHelpDisplay
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.)
Public propertyCode exampleHyperLabel
The hyperlabel connected to the control on which the control window is based.
(Inherited from ControlWindow.)
Public propertyIcon
The large icon object used for this window.
(Inherited from Window.)
Public propertyIconSm
The small icon object used for this window.
(Inherited from Window.)
Public propertyLength
A numeric value representing the number of characters in this edit window.
Public propertyLineCount
A numeric value representing the number of text lines in this edit window.
Public propertyMenu
The menu currently in use by this window.
(Inherited from Window.)
Public propertyMinSize
The minimum size for the window
(Inherited from Window.)
Public propertyModified
A logical value indicating whether the control on which the control window is based has been changed by the user since it was last set.
(Inherited from ControlWindow.)
Public propertyOrigin
A point representing the position of a control window on its owner window, in canvas coordinates.
(Inherited from ControlWindow.)
Public propertyOwner
The owner of the window, either a Window or App object.
(Inherited from Window.)
Public propertyOwnerAlignment
The Owner Alignment value for the window, which is used when the window is a subwindow on another window.
(Inherited from Window.)
Public propertyPen
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.)
Public propertyPointer
The pointer used by the window to represent the mouse when it enters the window.
(Inherited from Window.)
Public propertySelection
A Selection object, representing the currently selected text in the edit window.
Public propertySize
A dimension representing the size of a control window.
(Inherited from ControlWindow.)
Public propertyTextColor
Uses a pen object and builds a pen in this window.
(Inherited from Window.)
Public propertyTextLimit
A numeric value representing the maximum number of characters the edit window can hold.
Public propertyTextValue
A string representing the value held in the edit window.
Public propertyToolBar
The toolbar in use by the window.
(Inherited from Window.)
Public propertyValue
The value held in the edit field in whatever data type the edit window holds.
Public propertyWindowArea
The bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
(Inherited from Window.)
Top
See Also