Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WVBXControl            VBX control class
 ----------------------------------------------------------------------------
 WVBXControl
 VBX control class
 ----------------------------------------------------------------------------
 
 Properties
 aVBXEventStruct     Contains a VBXEVENT structure, during an event
 hCtl                The control's handle (not its window handle)
 WndClass            The name of the control's window class ("VBControl")
 WndStyle            The control's usual style (a combination of WS_* values)
 
 Methods
 WVBXControl:AddItem()          Use the VBX control's AddItem() method
 WVBXControl:Create()           Create a VBX control's window
 WVBXControl:Drag()             Use the VBX control's Drag() method
 WVBXControl:GetProp()          Get a property value using its index
 WVBXControl:GetPropByName()    Get a property value using its name
 WVBXControl:Init()             Construct a VBX control
 WVBXControl:Move()             Use the VBX control's Move() method
 WVBXControl:OnInitDialog()     Perform run-time initialisation of the control
 WVBXControl:Refresh()          Use the VBX control's Refresh() method
 WVBXControl:RemoveItem()       Use the VBX control's RemoveItem() method
 WVBXControl:SetProp()          Set a property value using its index
 WVBXControl:SetPropByName()    Set a property value using its name
 
 Inherits From
 WControlWindow
 
 Inherited By
 All VBX control classes output by VBXGEN.
 
 Description
 This is the base class for VBX controls.  It is usually only
 used by sub-classes which have been created using the VBXGEN
 utility.  The source to VBXGEN is SOURCE\OO\VBXGEN.PRG.
 
 To use a VBX control you need to refer to its documentation.
 
 Example
 
 See Also  (press Enter)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson