Click or drag to resize

EditWindow Class

X#
Create an edit control as part of the Window hierarchy, thereby allowing the behavior of the edit control to be customized using event handlers.
Inheritance Hierarchy
Object
  VObject
    EventContext
      Window
        ControlWindow
          EditWindow

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS EditWindow INHERIT ControlWindow
Request Example View Source

The EditWindow type exposes the following members.

Constructors
  NameDescription
Public methodEditWindow
Create an edit window.
Top
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
Methods
  NameDescription
Public methodActivate
Provide a method that is invoked when this window is activated.
(Inherited from Window.)
Public methodAddTrayIcon
Adds a tray icon associated with the window.
(Inherited from Window.)
Public methodAnimationStart
Provide a method that is invoked when an animation control begins playback.
(Inherited from Window.)
Public methodAnimationStop
Provide a method that is invoked when an animation control ends playback.
(Inherited from Window.)
Public methodAppCommand
Provide a method that is invoked when an AppCommand event takes place.
(Inherited from Window.)
Public methodAsString
Return the contents of the edit window.
Public methodCode exampleButtonClick
Provide a method that is invoked when a check box, push button, or radio button is clicked with the mouse.
(Inherited from Window.)
Public methodButtonDoubleClick
Provide a method that is invoked when a check box, push button, or radio button is double-clicked.
(Inherited from Window.)
Public methodCanvasErase
Erase the current canvas area of this window and repaint it using either the background brush or the system's default background color.
(Inherited from Window.)
Public methodCenter
Center the window on its owner, or if the owner is the dektop, then center the window on the desktop.
(Inherited from Window.)
Public methodClear
Delete the current selection in this edit window.
Public methodClose
Invoked just as the window is about to close.
(Inherited from Window.)
Public methodComboBoxExEndEdit
A callback method that is invoked when a ComboBoxEx control sends an 'EndEdit' notification message
(Inherited from Window.)
Public methodComboBoxExNotify
A callback method that is invoked when a ComboBoxEx control sends a notification message
(Inherited from Window.)
Public methodControlNotify
Provide a method that is invoked when a control sends a notification to its parent window.
(Inherited from Window.)
Public methodCopy
Copy the text that is currently selected in an edit window to the clipboard.
Public methodCut
Delete the text that is currently selected in an edit window and copy it to the clipboard.
Public methodDateTimeSelectionChanged
Provide a method that is invoked when a DateTimePicker selection is changed.
(Inherited from Window.)
Public methodDeActivate
Provide a method that is invoked when this window is deactivated.
(Inherited from Window.)
Public methodDefault
Call the default windows procedure for a window and set the EventReturnValue for the object.
(Inherited from ControlWindow.)
Public methodDestroy
Free memory resources allocated for a ControlWindow object and its derived objects.
(Inherited from ControlWindow.)
Public methodDisable
Disable a control window, including its associated control (until a subsequent call to ControlWindow:Enable()).
(Inherited from ControlWindow.)
Public methodDispatch
Provide the dispatcher for events within the system when the window has focus; routing various events to their appropriate event handlers.
(Inherited from ControlWindow.)
Public methodDraw
Display a Draw object on this window.
(Inherited from Window.)
Public methodDrawBackground
Draw the background of a window.
(Inherited from Window.)
Public methodDrop
Retrieve information about a load from the drag event and act on each file in the selection.
(Inherited from Window.)
Public methodEditChange
Provide a method that is invoked when the text in an edit control is changed.
(Inherited from Window.)
Public methodEditFocusChange
Provide a method that is invoked when the input focus changes to or from an edit control.
(Inherited from Window.)
Public methodEditScroll
Provide a method that is invoked for this window when an edit control is scrolled.
(Inherited from Window.)
Public methodEnable
Enable a control window that was previously disabled.
(Inherited from ControlWindow.)
Public methodEnableCloseBox
Enable or Disable the close button on a window (the X )
(Inherited from Window.)
Public methodEnableDragDropClient
Allow "draggable" windows to be dropped on this window.
(Inherited from Window.)
Public methodEnableDragDropServer
Allow this window to be dropped on windows with drag and drop capabilities.
(Inherited from Window.)
Public methodEnableHelp
Enable or disable help for a window and its child windows.
(Inherited from Window.)
Public methodEnableHelpButton
Enables the help button in the window caption bar.
(Inherited from Window.)
Public methodEnableHelpCursor
Changes the cursor to a question mark with a pointer.
(Inherited from Window.)
Public methodEnableThemeDialogTexture
Enables or disables the visual style of a dialog window's background.
(Inherited from Window.)
Public methodEnableToolTips
Enable or disable the tooltips for a window. Note that assigning a value to Control:ToolTipText automatically enables the tooltip's display on the parent window.
(Inherited from Window.)
Public methodExpose
Provide a method that is invoked whenever part of the window needs repainting.
(Inherited from Window.)
Public methodCode exampleFocusChange
Provide a method that is invoked when the input focus changes from the current window to another (or vice versa).
(Inherited from Window.)
Public methodGetAllChildren
Obtain an array of all X# children objects of the window.
(Inherited from Window.)
Public methodGetExStyle
Retrieve the Ex styles for the window.
(Inherited from Window.)
Public methodGetLine
Get a specified line of text in this edit window.
Public methodGetStyle
Retrieve the styles for the window.
(Inherited from Window.)
Public methodHandle
Return the handle for a window.
(Inherited from Window.)
Public methodHasExStyle
Check if an exstyle value has been set for the window
(Inherited from Window.)
Public methodHasStyle
Check if a style value has been set for the window
(Inherited from Window.)
Public methodHelpRequest
Provide a method that is invoked when the user requests help from the application using one of the available context-sensitive help mechanisms.
(Inherited from Window.)
Public methodHide
Hide a control window and its associated control so it is not visible (until a subsequent call to ControlWindow:Show()).
(Inherited from ControlWindow.)
Public methodHorizontalScroll
Provide a method that is invoked when a horizontal scroll bar is scrolled.
(Inherited from Window.)
Public methodHorizontalSlide
Provide a method that is invoked when a horizontal slider's thumb is dragged either by the mouse or the keyboard.
(Inherited from Window.)
Public methodHorizontalSpin
Provide a method that is invoked when a horizontal spinner is spun.
(Inherited from Window.)
Public methodIsEnabled
Report if this window is currently enabled.
(Inherited from Window.)
Public methodIsIconic
Report if this window is currently iconized.
(Inherited from Window.)
Public methodIsVisible
Report if this window is visible (completely or partially) or hidden.
(Inherited from Window.)
Public methodIsZoomed
Report if this window is maximized (fills the entire screen).
(Inherited from Window.)
Public methodKeyDown
Provide a method that is invoked when a key on the keyboard is pressed.
(Inherited from Window.)
Public methodKeyUp
Provide a method that is invoked when a key on the keyboard is released.
(Inherited from Window.)
Public methodLineDown
Scroll the text in this edit window down by a single line.
Public methodLineTo
Draw a line on this window (using the current pen) from the current pen position to a specified point.
(Inherited from Window.)
Public methodLineUp
Scroll the text in this edit window up by a single line.
Public methodListBoxClick
Provide a method that is invoked when an item in a list box owned by this window is double-clicked.
(Inherited from Window.)
Public methodCode exampleListBoxSelect
Provide a method that is invoked when an item in a list box owned by this window is clicked.
(Inherited from Window.)
Public methodListViewColumnClick
Provide a method that is invoked when a list view column header is clicked in a list view control.
(Inherited from Window.)
Public methodListViewItemChanged
Provide a method that is invoked when a list view item has changed.
(Inherited from Window.)
Public methodListViewItemChanging
Provide a method that is invoked when the state of a list view item is about to change.
(Inherited from Window.)
Public methodListViewItemDelete
Provide a method that is invoked when a list view item is deleted in a list view control.
(Inherited from Window.)
Public methodListViewItemDrag
Provide a method that is invoked when a list view item is dragged in a list view control.
(Inherited from Window.)
Public methodListViewItemEdit
Provide a method that is invoked when a list view item is edited in a list view control.
(Inherited from Window.)
Public methodListViewKeyDown
Provide a method that is invoked when a key is pressed in a list view control.
(Inherited from Window.)
Public methodListViewMouseButtonDoubleClick
Provide a method that is invoked when a mouse button is double-clicked in a list view control. This could be used to invoke an "edit screen" for the selected item, print a report, etc. See the ListViewMouseButtonDown() method for sample syntax.
(Inherited from Window.)
Public methodCode exampleListViewMouseButtonDown
Provide a method that is invoked when a mouse button is clicked in a list view control.
(Inherited from Window.)
Public methodMenuCommand
Provide a method that is invoked when an item on a menu owned by this window is selected.
(Inherited from Window.)
Public methodMenuInit
Provide a method that is invoked when a pop-up menu owned by this window is about to "pop up."
(Inherited from Window.)
Public methodMenuSelect
Provide a method that is invoked when an item on a menu owned by this window is selected.
(Inherited from Window.)
Public methodMinMaxInfo
Provide a method that is invoked when the size or position of a window is about to change (cf WM_GETMINMAXINFO in Win API).
(Inherited from Window.)
Public methodModifyTrayIcon
Modify the tray icon associated with the window.
(Inherited from Window.)
Public methodMonthCalSelectionChanged
Provide a method that is invoked when the selection of a MonthCalendar control is changed.
(Inherited from Window.)
Public methodMouseButtonDoubleClick
Provide a method that is invoked when the mouse pointer is positioned over the window and a mouse button is double-clicked.
(Inherited from Window.)
Public methodMouseButtonDown
Provide a method that is invoked when the mouse pointer is positioned over the window and a mouse button is clicked.
(Inherited from Window.)
Public methodMouseButtonUp
Provide a method that is invoked when the mouse pointer is positioned over the window and a mouse button is released.
(Inherited from Window.)
Public methodMouseDrag
Provide a method that is invoked when a mouse with one or more buttons clicked is moved in the window.
(Inherited from Window.)
Public methodMouseMove
Provide a method that is invoked when the mouse is moved in the window.
(Inherited from Window.)
Public methodMouseTrapOff
Disable the window from trapping MouseEvents generated outside itself.
(Inherited from Window.)
Public methodMouseTrapOn
Enable this window to trap MouseEvents generated outside itself.
(Inherited from Window.)
Public methodMove
Provide a method that is invoked when the window is moved (either by the user or by the application).
(Inherited from Window.)
Public methodMoveTo
Move the current pen to a point on the window's canvas area.
(Inherited from Window.)
Public methodOverride
This is a compatibility method that is no longer used or needed.
(Inherited from ControlWindow.)
Public methodPageDown
Scroll the text in this edit window down by a single page.
Public methodPageUp
Scroll the text in this edit window up by a single page.
Public methodPaintBackground
Paint the background for a window with the brush or background object that was specified by the user.
(Inherited from Window.)
Public methodPaintBoundingBox
Paint a rectangular area in the window using a specified painting method.
(Inherited from Window.)
Public methodPaste
Replace the text that is currently selected in an edit window with the contents of the clipboard.
Public methodPostInit
Implement customized initialization code for the window.
(Inherited from Window.)
Public methodPreInit
Implement customized initialization code for the window.
(Inherited from Window.)
Public methodPrint
Print the contents of the window.
(Inherited from Window.)
Public methodCode exampleQueryClose
Provide a method that is invoked just before the window closes to confirm if the application really wants to close the window.
(Inherited from Window.)
Public methodRegisterTimer
Register a timer method to be invoked for the window.
(Inherited from Window.)
Public methodRePaint
Send an ExposeEvent to repaint the window's canvas area.
(Inherited from Window.)
Public methodRepaintBoundingBox
Repaint a rectangular area in the window.
(Inherited from Window.)
Public methodResize
Provide a method that is invoked when the window changes size.
(Inherited from Window.)
Public methodRichEditProtected
Provide a method that is invoked when an attempt is made to modify text that is protected in a rich edit control.
(Inherited from Window.)
Public methodRichEditSelectionChange
Provide a method that is invoked when the current selection in a rich edit control is changed.
(Inherited from Window.)
Public methodRichEditUndoLost
Provide a method that is invoked when the undo state in a rich edit control can no longer be maintained.
(Inherited from Window.)
Public methodScroll
Scroll a rectangular area in the window a specified amount, in a specified direction, and optionally clip the area when scrolled.
(Inherited from Window.)
Public methodScrollHorizontal
Scroll the current line in this edit window a specified number of characters to the right or left.
Public methodScrollVertical
Scroll the current line in this edit window up or down a specified number of lines.
Public methodSetAlignStartSize
This method is used to register the start size of a window which is used later to resize controls that have their OwnerAlignment property set.
(Inherited from Window.)
Public methodSetBackgroundBrush
Set the background brush used to paint the window.
(Inherited from Window.)
Public methodSetExStyle
Set the extended style of a window.
(Inherited from Window.)
Public methodSetFocus
Pass input focus to a control window, thereby directing all mouse and keyboard input to its associated control.
(Inherited from ControlWindow.)
Public methodSetHandle
This methdod allows to set or change the handle of the window. This is normally done right after the window is created.
(Inherited from Window.)
Public methodSetStyle
Set the styles for the window.
(Inherited from Window.)
Public methodShow
Display this window.
(Inherited from Window.)
Public methodShowBalloonTrayTip
Display a balloon tip for an icon in the tray that is associated with this window.
(Inherited from Window.)
Public methodSizeText
Determine the space needed to print a string on the window in the current font.
(Inherited from Window.)
Public methodStatusMessage
This is an empty method, since the Window class does not have a statusbar.
(Inherited from Window.)
Public methodSysLinkSelect
Provide a method that is invoked when a a user clicks on a SysLink control.
(Inherited from Window.)
Public methodTabKeyDown
Provide a method that is invoked when a key press occurs in a tab control.
(Inherited from Window.)
Public methodTabSelect
Provide a method that is invoked when a tab is selected in a tab control.
(Inherited from Window.)
Public methodTabSelectionChanging
Provide a method that is invoked when a tab selection is changing in a tab control.
(Inherited from Window.)
Public methodTextPrint
Display a given string on the window at a specified location using the current font and the current pen color.
(Inherited from Window.)
Public methodTimer
Provide a method to be invoked at specific intervals defined when the timer is registered though the RegisterTimer() method.
(Inherited from Window.)
Public methodToolBarHeightChanged
Provide a method that is invoked when the height of the window's toolbar is changed.
(Inherited from Window.)
Public methodToTop
Move this window "to the front" of the windows lying on the desktop, giving it the input focus.
(Inherited from Window.)
Public methodTrayIconBalloonClicked
Provide a method that is invoked when a tray icon balloon is clicked.
(Inherited from Window.)
Public methodTrayIconBalloonShown
Provide a method that is invoked when a tray icon balloon is shown.
(Inherited from Window.)
Public methodTrayIconBalloonTimeOut
Provide a method that is invoked when a tray icon balloon times out.
(Inherited from Window.)
Public methodTrayIconClicked
Provide a method that is invoked when a user clicks on a tray Icon
(Inherited from Window.)
Public methodTreeViewItemDelete
Provide a method that is invoked when a tree view item is deleted in a tree view control.
(Inherited from Window.)
Public methodTreeViewItemDrag
Provide a method that is invoked when a tree view item is dragged in a tree view control.
(Inherited from Window.)
Public methodTreeViewItemEdit
Provide a method that is invoked when a tree view item is edited in a tree view control.
(Inherited from Window.)
Public methodTreeViewItemExpanded
Provide a method that is invoked when a tree view item is expanded in a tree view control.
(Inherited from Window.)
Public methodTreeViewItemExpanding
Provide a method that is invoked when a tree view item is expanding in a tree view control.
(Inherited from Window.)
Public methodTreeViewKeyDown
Provide a method that is invoked when a key is pressed in a tree view control.
(Inherited from Window.)
Public methodTreeViewMouseButtonDoubleClick
Provide a method that is invoked when a mouse button is double-clicked in a tree view control.
(Inherited from Window.)
Public methodTreeViewMouseButtonDown
Provide a method that is invoked when a mouse button is clicked in a tree view control.
(Inherited from Window.)
Public methodTreeViewSelectionChanged
Provide a method that is invoked when the selection has changed from one tree view item to another in a tree view control.
(Inherited from Window.)
Public methodTreeViewSelectionChanging
Provide a method that is invoked when the selection is changing from one tree view item to another in a tree view control.
(Inherited from Window.)
Public methodUndo
Undo the last modification to the text in this edit window.
Public methodUpdate
Update the client area of the specified window.
(Inherited from Window.)
Public methodVerticalScroll
Provide a method that is invoked when a vertical scroll bar is scrolled.
(Inherited from Window.)
Public methodVerticalSlide
Provide a method that is invoked when a vertical slider's thumb is dragged either by the mouse or the keyboard.
(Inherited from Window.)
Public methodVerticalSpin
Provide a method that is invoked when a vertical spinner is spun.
(Inherited from Window.)
Top
Fields
  NameDescription
Public fieldEventReturnValue (Inherited from Window.)
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
When an edit control is created as part of the Window hierarchy, it can trap events. For example, you might want to customize the appearance of edit controls (like changing the background and foreground colors) or modify their default key handling. Manipulating a control via the ControlWindow class requires more overhead than those created by the subclasses of Control. Therefore, it is recommended that control windows be used only where special handling is needed (for example, to override the handling of certain events or call some window method on a control).
See Also

Reference