Click or drag to resize

Functions, Globals and Defines

X#
This compiler generated class contains all the functions, globals and defines that are defined in the VOGUIClasses.dll assembly.
Inheritance Hierarchy
Object
  Functions

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 STATIC CLASS Functions
Request Example View Source

The Functions type exposes the following members.

Functions
  NameDescription
Public methodStatic memberCAPaintIsLoaded
Public methodStatic memberCAPaintLastError
Public methodStatic memberCAPaintLastErrorMsg
Public methodStatic memberCAPaintShowErrors
Public methodStatic memberCode exampleDIBCreateFromFile
Create a device independent bitmap (DIB) from an image file.
Public methodStatic memberCode exampleDIBCreateFromPTR
Convert an image file to a device independent bitmap (DIB).
Public methodStatic memberCode exampleDIBDelete
Destroy a DIB created either by DIBCreateFromFile() or DIBCreateFromPtr().
Public methodStatic memberCode exampleDIBGetInfo
Retrieve a pointer to the BITMAPINFO structure of a DIB.
Public methodStatic memberCode exampleDIBSaveAs
Save the DIB to a file.
Public methodStatic memberCode exampleDIBShow
Display the DIB within the specified window.
Public methodStatic memberCode exampleDIBStretch
Display the DIB within the specified window.
Public methodStatic memberDrawThemeEdge
Public methodStatic memberEnable3dControls
Determines whether controls on windows created with the GUI classes are displayed using a sculpted, three-dimensional look.
Public methodStatic memberCode exampleGetAppObject
Return the global App object for this application.
Public methodStatic memberCode exampleGetFocusedObject
Return the object corresponding to the control or window that currently has input focus.
Public methodStatic memberCode exampleGetObjectByHandle
Return the object associated with a given window handle.
Public methodStatic memberGUIExit
Public methodStatic memberIsAltPressed
Get the current state of the Alt key.
Public methodStatic memberIsControlPressed
Get the current state of the Ctrl key.
Public methodStatic memberIsShiftPressed
Get the current state of the Shift key.
Public methodStatic memberSetClassStyle
Public methodStatic memberTHTMLHelp
Public methodStatic memberUseColonInAutoLayoutCaptions
Top
Globals and Defines
See Also