Click or drag to resize

XSharp.VFP.UI Namespace

X#
This namespace contains the compatibility classes that are used in code generated by the VFPExporter tool.
Classes
  ClassDescription
Public class__VFPDoForm
The VFP compatible __VFPDoForm class. This class is used to "emulate" the DO FORM command
Public classAEventsDefinition
The AEventsDefinition class.
Public classApplication
The VFP compatible Application class.
Public classCheckBox
The VFP compatible Checkbox class.
Public classColumn
The VFP compatible Column class.
Public classComboBox
The VFP compatible ComboBox class.
Public classCommandButton
The VFP compatible CommandButton class.
Public classCommandGroup
The VFP compatible CommandGroup class.
Public classContainer
The VFP compatible Container class.
Public classCursorAdapter
The VFP compatible CursorAdapter class.
Public classDataEnvironment
The VFP compatible DataEnvironment class.
Public classDbCursor
The VFP compatible Cursor class.
Public classEditBox
The VFP compatible EditBox class.
Public classForm
The VFP compatible Form class.
Public classFormSet
The VFP compatible FormSet class.
Public classGrid
The VFP compatible Grid class.
Public classHeader
The VFP compatible Header class.
Public classImage
The VFP compatible Image class.
Public classLabel
The VFP compatible Label class.
Public classLine
The VFP compatible Line class.
Public classListBox
The VFP compatible Listbox class.
Public classMainWindow
The VFP compatible MainWindow class. Used to emulate the Visual FoxPro window object through _Screen
Public classOLEBoundControl
The VFP compatible OLEBoundControl class.
Public classOLEControl
The VFP compatible OLEControl class.
Public classOptionButton
The VFP compatible OptionButton class.
Public classOptionGroup
The VFP compatible OptionGroup class.
Public classPage
The VFP compatible Page class.
Public classPageFrame
The VFP compatible PageFrame class.
Public classProjectHook
The VFP compatible ProjectHook class.
Public classRelation
The VFP compatible Relation class.
Public classReportListener
The VFP compatible ReportListener class.
Public classSeparator
The VFP compatible Separator class.
Public classSession
The VFP compatible Session class.
Public classShape
The VFP compatible Session class.
Public classSpinner
The VFP compatible Spinner class.
Public classTextBox
The VFP compatible TextBox class.
Public classTimer
The VFP compatible Timer class.
Public classToolBar
The VFP compatible ToolBar class.
Public classVFPException
Public classVFPOverride
The VFPOverride class. At code generation it captures the Owner and the Late-bound method to be called. When the Call() is called, a late-bound called is done, using Send()
Public classVFPTools
The VFPTools class.
Public classXMLAdapter
The VFP compatible XMLAdapter class.
Public classXMLField
The VFP compatible XMLAdapter class.
Public classXMLTable
The VFP compatible XMLAdapter class.
Interfaces
  InterfaceDescription
Public interfaceIVFPControl
Interface for controls that can be dragged
Public interfaceIVFPEditable
Interface for Editable Controls
Public interfaceIVfPGraphics
Interface for most objects that can contain a picture
Public interfaceIVFPGroup
Interface for groups
Public interfaceIVFPHelp
Interface for most objects that can have a Help Context ID
Public interfaceIVFPImage
Interface for most objects that can contain an image
Public interfaceIVFPList
Interface for most objects that contain a list of items
Public interfaceIVFPObject
Interface for most objects in the VFP UI
Public interfaceIVFPOwner
Interface for controls that can own other controls
Public interfaceIVFPText
Interface for Text Controls