VOWinFormApp Class |
Namespace: XSharp
The VOWinFormApp type exposes the following members.
Name | Description | |
---|---|---|
VOWinFormApp | Initializes a new instance of the VOWinFormApp class |
Name | Description | |
---|---|---|
BeforeDispatch | ||
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
Exec |
Start the event handling loop for the application.
(Inherited from App.) | |
GetAccel | This method returns the handle for the current active Accelerator Table. (Inherited from App.) | |
GetAccelWindow | This method gets the handle to the window for which accelerators must be translated. (Inherited from App.) | |
GetDialogWindow | This method gets the handle active Dialog window for which Dialog keys must be handled (Inherited from App.) | |
GetMdiClientWindow | This method gets the handle to the MDI Clientwindow on the active ShellWindow. (Inherited from App.) | |
Handle |
Return the handle for an application.
(Inherited from App.) | |
Quit |
Terminate the application by instructing the application to close itself.
(Inherited from App.) | |
RegisterWinForm | Register a windows forms form. This method is automatically called from the ChildWinForm:WinForm property | |
Run |
Invoke and execute a specified command.
(Inherited from App.) | |
SetAccel | This method sets the handle for the current active Accelerator Table (belonging to the active menu). (Inherited from App.) | |
SetAccelWindow | This method sets the window for which accelerators must be translated. (Inherited from App.) | |
SetDialogWindow | This method sets the handle active Dialog window for which Dialog keys must be handled (Inherited from App.) | |
SetMdiClientWindow | This method sets the handle to the MDI Clientwindow on the active ShellWindow. (Inherited from App.) | |
UnRegisterWinForm | UnRegister a windows forms form. This method is automatically called from the ChildWinForm:Close() method. |