Click or drag to resize

VOWinFormApp Class (Typed)

X#
Inheritance Hierarchy
Object
  VObject
    App
      VOWinFormApp

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS VOWinFormApp INHERIT App
Request Example View Source

The VOWinFormApp type exposes the following members.

Constructors
  NameDescription
Public methodVOWinFormApp
Initializes a new instance of the VOWinFormApp class
Top
Functions
  NameDescription
Public methodAfterDispatch Obsolete. (Inherited from App.)
Public methodCode exampleBeforeDispatch
Low-level handler used with App:AfterDispatch() for intercepting any message posted to an application's message queue.
(Inherited from App.)
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodExec
Start the event handling loop for the application.
(Inherited from App.)
Public methodExec(Long)
Start the event handling loop for the application.
(Inherited from App.)
Public methodExec(Long, Object)
Start the event handling loop for the application.
(Inherited from App.)
Public methodGetAccel Obsolete. (Inherited from App.)
Public methodGetAccelWindow Obsolete. (Inherited from App.)
Public methodGetDialogWindow
This method gets the handle active Dialog window for which Dialog keys must be handled
(Inherited from App.)
Public methodGetMdiClientWindow Obsolete. (Inherited from App.)
Public methodHandle
Return the handle for an application.
(Inherited from App.)
Public methodQuit
Terminate the application by instructing the application to close itself.
(Inherited from App.)
Public methodRegisterWinForm
Public methodRun
Invoke and execute a specified command.
(Inherited from App.)
Public methodSetAccel Obsolete. (Inherited from App.)
Public methodSetAccelWindow Obsolete. (Inherited from App.)
Public methodSetDialogWindow
This method sets the handle active Dialog window for which Dialog keys must be handled
(Inherited from App.)
Public methodSetMdiClientWindow Obsolete. (Inherited from App.)
Public methodUnRegisterWinForm
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also