Click or drag to resize

MainWindow Class

X#
The VFP compatible MainWindow class. Used to emulate the Visual FoxPro window object through _Screen
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              Form
                MainWindow

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS MainWindow INHERIT Form
Request Example View Source

The MainWindow type exposes the following members.

Constructors
  NameDescription
Public methodMainWindow
Initializes a new instance of the MainWindow class
Top
Properties
  NameDescription
Public propertyAllowOutput (Inherited from Form.)
Public propertyAlwaysOnBottom (Inherited from Form.)
Public propertyAlwaysOnTop (Inherited from Form.)
Public propertyAutoCenter (Inherited from Form.)
Public propertyBaseClass (Inherited from Form.)
Public propertyBindControls (Inherited from Form.)
Public propertyBorderStyle (Inherited from Form.)
Public propertyBufferMode (Inherited from Form.)
Public propertyCaption (Inherited from Form.)
Public propertyClass (Inherited from Form.)
Public propertyClassLibrary (Inherited from Form.)
Public propertyClipControls (Inherited from Form.)
Public propertyClosable (Inherited from Form.)
Public propertyColorSource (Inherited from Form.)
Public propertyComment (Inherited from Form.)
Public propertyContinuousScroll (Inherited from Form.)
Public propertyControlCount (Inherited from Form.)
Public propertyCurrentX (Inherited from Form.)
Public propertyCurrentY (Inherited from Form.)
Public propertyDataEnvironment (Inherited from Form.)
Public propertyDataSessionID (Inherited from Form.)
Public propertyDEClass (Inherited from Form.)
Public propertyDEClassLibrary (Inherited from Form.)
Public propertyDefOLELCID (Inherited from Form.)
Public propertyDesktop (Inherited from Form.)
Public propertyDoCreate (Inherited from Form.)
Public propertyDragIcon (Inherited from Form.)
Public propertyDragMode (Inherited from Form.)
Public propertyDrawWidth (Inherited from Form.)
Public propertyFillColor (Inherited from Form.)
Public propertyFillStyle (Inherited from Form.)
Public propertyFontBold (Inherited from Form.)
Public propertyFontItalic (Inherited from Form.)
Public propertyFontName (Inherited from Form.)
Public propertyFontSize (Inherited from Form.)
Public propertyFontStrikeThru (Inherited from Form.)
Public propertyFontUnderline (Inherited from Form.)
Public propertyFormCount
Public propertyHalfHeightCaption (Inherited from Form.)
Public propertyHelpContextID (Inherited from Form.)
Public propertyHScrollSmallChange (Inherited from Form.)
Public propertyHWND (Inherited from Form.)
Public propertyLockScreen (Inherited from Form.)
Public propertyMacDesktop (Inherited from Form.)
Public propertyMainMenu
Public propertyMaxButton (Inherited from Form.)
Public propertyMaxHeight (Inherited from Form.)
Public propertyMaxLeft (Inherited from Form.)
Public propertyMaxTop (Inherited from Form.)
Public propertyMaxWidth (Inherited from Form.)
Public propertyMDIForm (Inherited from Form.)
Public propertyMinButton (Inherited from Form.)
Public propertyMinHeight (Inherited from Form.)
Public propertyMinWidth (Inherited from Form.)
Public propertyMouseIcon (Inherited from Form.)
Public propertyMousePointer (Inherited from Form.)
Public propertyMovable (Inherited from Form.)
Public propertyObjects (Inherited from Form.)
Public propertyOLEDragMode (Inherited from Form.)
Public propertyOLEDragPicture (Inherited from Form.)
Public propertyOLEDropEffects (Inherited from Form.)
Public propertyOLEDropHasData (Inherited from Form.)
Public propertyOLEDropMode (Inherited from Form.)
Public propertyPicture (Inherited from Form.)
Public propertyProperties (Inherited from Form.)
Public propertyReleaseType (Inherited from Form.)
Public propertyScaleMode (Inherited from Form.)
Public propertyScrollBars (Inherited from Form.)
Public propertyShowTips (Inherited from Form.)
Public propertyShowWindowState (Inherited from Form.)
Public propertySizeBox (Inherited from Form.)
Public propertyThemes (Inherited from Form.)
Public propertyThisForm (Inherited from Form.)
Public propertyThisFormSet (Inherited from Form.)
Public propertyTitleBar (Inherited from Form.)
Public propertyvfpInit (Inherited from Form.)
Public propertyvfpLoad (Inherited from Form.)
Public propertyvfpQueryUnLoad (Inherited from Form.)
Public propertyvfpRefresh (Inherited from Form.)
Public propertyViewPortHeight (Inherited from Form.)
Public propertyViewPortLeft (Inherited from Form.)
Public propertyViewPortTop (Inherited from Form.)
Public propertyViewPortWidth (Inherited from Form.)
Public propertyVisible (Inherited from Form.)
Public propertyVScrollSmallChange (Inherited from Form.)
Public propertyWhatsThisButton (Inherited from Form.)
Public propertyWhatsThisHelp (Inherited from Form.)
Public propertyWhatsThisHelpID (Inherited from Form.)
Public propertyWindowState (Inherited from Form.)
Public propertyWindowType (Inherited from Form.)
Public propertyZoomBox (Inherited from Form.)
Top
Methods
  NameDescription
Public method_AddProperty (Inherited from Form.)
Public method_RemoveProperty (Inherited from Form.)
Public methodAddObject (Inherited from Form.)
Public methodAddProperty (Inherited from Form.)
Public methodBox (Inherited from Form.)
Public methodCircle (Inherited from Form.)
Public methodCls (Inherited from Form.)
Public methodDataSession (Inherited from Form.)
Public methodDoBindings (Inherited from Form.)
Public methodDrag (Inherited from Form.)
Public methodForms
Public methodGetDockState (Inherited from Form.)
Public methodGetPropertyNames (Inherited from Form.)
Public methodLine (Inherited from Form.)
Public methodNewObject (Inherited from Form.)
Public methodNODEFAULT (Inherited from Form.)
Public methodNoIvarGet (Inherited from Form.)
Public methodNoIvarPut (Inherited from Form.)
Public methodOLEDrag (Inherited from Form.)
Public methodPoint (Inherited from Form.)
Public methodPopulateBindings (Inherited from Form.)
Public methodPrint (Inherited from Form.)
Public methodPSet (Inherited from Form.)
Public methodReadExpression Obsolete. (Inherited from Form.)
Public methodReadMethod Obsolete. (Inherited from Form.)
Public methodRefresh (Inherited from Form.)
Public methodRelease (Inherited from Form.)
Public methodRemoveObject (Inherited from Form.)
Public methodRemoveProperty (Inherited from Form.)
Public methodResetToDefault Obsolete. (Inherited from Form.)
Public methodSaveAs (Inherited from Form.)
Public methodSaveAsClass Obsolete. (Inherited from Form.)
Public methodSet_Init (Inherited from Form.)
Public methodSet_Load (Inherited from Form.)
Public methodSet_QueryUnload (Inherited from Form.)
Public methodSet_Refresh (Inherited from Form.)
Public methodSetAll (Inherited from Form.)
Public methodSetAnchor (Inherited from Form.)
Public methodSetBinding (Inherited from Form.)
Public methodSetFocus (Inherited from Form.)
Public methodSetToolTipText (Inherited from Form.)
Public methodSetViewPort (Inherited from Form.)
Public methodShow (Inherited from Form.)
Public methodWhatsThisMode (Inherited from Form.)
Public methodWriteExpression Obsolete. (Inherited from Form.)
Public methodWriteMethod Obsolete. (Inherited from Form.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
See Also