Click or drag to resize

ResizeEvent Class

X#
Provide information about the ResizeEvent, used to indicate that a window has been resized.
Inheritance Hierarchy
Object
  Event
    ResizeEvent

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

The ResizeEvent type exposes the following members.

Constructors
  NameDescription
Public methodResizeEvent
Initializes a new instance of the ResizeEvent class
Top
Properties
  NameDescription
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyHeight
A numeric value representing the new height of the canvas area of the window that generated this resize event, in canvas coordinates.
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertySize
A dimension representing the new size of the canvas area of the window that generated this resize event, in canvas coordinates.
Public propertyWidth
A numeric value representing the new width, in canvas coordinates, of the canvas area of the window that generated this resize event.
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.)
Top
Fields
  NameDescription
Public fieldhWnd (Inherited from Event.)
Public fieldlParam (Inherited from Event.)
Public fieldoWindow (Inherited from Event.)
Public fielduMsg (Inherited from Event.)
Public fieldwParam (Inherited from Event.)
Top
Remarks
When the size of a window changes, the system generates ResizeEvents and sends them to the Window:Resize() event handler.
See Also

Reference