Click or drag to resize

EditBox Class

X#
The VFP compatible EditBox class.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        TextBoxBase
          TextBox
            TextBox
              EditBox

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

The EditBox type exposes the following members.

Constructors
  NameDescription
Public methodEditBox
Initializes a new instance of the EditBox class
Top
Properties
  NameDescription
Public propertyAddLineFeeds
Specifies that the EditBox should insert linefeed characters (CHR(10)) after carriage return characters (CHR(13)) within the text of an EditBox whenever the Value property is read or whenever the value is stored to the ControlSource.
Public propertyAlignment (Inherited from TextBox.)
Public propertyAllowTabs
Specifies whether to allow tabs in an EditBox control.
Public propertyAutoComplete (Inherited from TextBox.)
Public propertyAutoCompSource (Inherited from TextBox.)
Public propertyAutoCompTable (Inherited from TextBox.)
Public propertyAutoScaleMode (Inherited from TextBox.)
Public propertyBaseClass (Inherited from TextBox.)
Public propertyBorderColor (Inherited from TextBox.)
Public propertyCaption (Inherited from TextBox.)
Public propertyCentury (Inherited from TextBox.)
Public propertyClass (Inherited from TextBox.)
Public propertyClassLibrary (Inherited from TextBox.)
Public propertyComment (Inherited from TextBox.)
Public propertyDateFormat (Inherited from TextBox.)
Public propertyDateMark (Inherited from TextBox.)
Public propertyDisabledBackColor (Inherited from TextBox.)
Public propertyDisabledForeColor (Inherited from TextBox.)
Public propertyDragIcon (Inherited from TextBox.)
Public propertyDragMode (Inherited from TextBox.)
Public propertyEnableHyperLinks (Inherited from TextBox.)
Public propertyFontBold (Inherited from TextBox.)
Public propertyFontItalic (Inherited from TextBox.)
Public propertyFontName (Inherited from TextBox.)
Public propertyFontSize (Inherited from TextBox.)
Public propertyFontStrikeThru (Inherited from TextBox.)
Public propertyFontUnderline (Inherited from TextBox.)
Public propertyFormat (Inherited from TextBox.)
Public propertyHelpContextID (Inherited from TextBox.)
Public propertyHours (Inherited from TextBox.)
Public propertyInputMask (Inherited from TextBox.)
Public propertyIntegralHeight (Inherited from TextBox.)
Public propertyMouseIcon (Inherited from TextBox.)
Public propertyMousePointer (Inherited from TextBox.)
Public propertyNullDisplay (Inherited from TextBox.)
Public propertyOLEDragMode (Inherited from TextBox.)
Public propertyOLEDragPicture (Inherited from TextBox.)
Public propertyOLEDropEffects (Inherited from TextBox.)
Public propertyOLEDropHasData (Inherited from TextBox.)
Public propertyOLEDropMode (Inherited from TextBox.)
Public propertyOLEDropTextInsertion (Inherited from TextBox.)
Public propertyProperties (Inherited from TextBox.)
Public propertySeconds (Inherited from TextBox.)
Public propertySelectedBackColor (Inherited from TextBox.)
Public propertySelectedForeColor (Inherited from TextBox.)
Public propertySelectOnEntry (Inherited from TextBox.)
Public propertyStatusBarText (Inherited from TextBox.)
Public propertyStrictDateEntry (Inherited from TextBox.)
Public propertyThemes (Inherited from TextBox.)
Public propertyToolTipText (Inherited from TextBox.)
Public propertyvfpCLick (Inherited from TextBox.)
Public propertyvfpDblClick (Inherited from TextBox.)
Public propertyvfpDestroy (Inherited from TextBox.)
Public propertyvfpGotFocus (Inherited from TextBox.)
Public propertyvfpInit (Inherited from TextBox.)
Public propertyvfpInteractiveChange (Inherited from TextBox.)
Public propertyvfpKeyPress (Inherited from TextBox.)
Public propertyvfpLostFocus (Inherited from TextBox.)
Public propertyvfpMouseDown (Inherited from TextBox.)
Public propertyvfpMouseEnter (Inherited from TextBox.)
Public propertyvfpMouseLeave (Inherited from TextBox.)
Public propertyvfpMouseMove (Inherited from TextBox.)
Public propertyvfpMouseUp (Inherited from TextBox.)
Public propertyvfpRefresh (Inherited from TextBox.)
Public propertyvfpRightCLick (Inherited from TextBox.)
Public propertyvfpValid (Inherited from TextBox.)
Public propertyvfpWhen (Inherited from TextBox.)
Public propertyWhatsThisHelpID (Inherited from TextBox.)
Public propertyZOrderSet (Inherited from TextBox.)
Top
Methods
  NameDescription
Public method_AddProperty (Inherited from TextBox.)
Public method_Click (Inherited from TextBox.)
Public method_RemoveProperty (Inherited from TextBox.)
Public methodAddProperty (Inherited from TextBox.)
Public methodAEVENTS (Inherited from TextBox.)
Public methodAMOUSEOBJ (Inherited from TextBox.)
Public methodBINDEVENT (Inherited from TextBox.)
Public methodDrag (Inherited from TextBox.)
Public methodGetPropertyNames (Inherited from TextBox.)
Public methodNoIvarGet (Inherited from TextBox.)
Public methodNoIvarPut (Inherited from TextBox.)
Public methodOLEDrag (Inherited from TextBox.)
Public methodReadExpression Obsolete. (Inherited from TextBox.)
Public methodReadMethod Obsolete. (Inherited from TextBox.)
Public methodRemoveProperty (Inherited from TextBox.)
Public methodResetToDefault Obsolete. (Inherited from TextBox.)
Public methodSaveAsClass Obsolete. (Inherited from TextBox.)
Public methodSet_Click (Inherited from TextBox.)
Public methodSet_DblClick (Inherited from TextBox.)
Public methodSet_Destroy (Inherited from TextBox.)
Public methodSet_GotFocus (Inherited from TextBox.)
Public methodSet_Init (Inherited from TextBox.)
Public methodSet_InteractiveChange (Inherited from TextBox.)
Public methodSet_KeyPress (Inherited from TextBox.)
Public methodSet_LostFocus (Inherited from TextBox.)
Public methodSet_MouseDown (Inherited from TextBox.)
Public methodSet_MouseEnter (Inherited from TextBox.)
Public methodSet_MouseLeave (Inherited from TextBox.)
Public methodSet_MouseMove (Inherited from TextBox.)
Public methodSet_MouseUp (Inherited from TextBox.)
Public methodSet_Refresh (Inherited from TextBox.)
Public methodSet_RightClick (Inherited from TextBox.)
Public methodSet_Valid (Inherited from TextBox.)
Public methodSet_When (Inherited from TextBox.)
Public methodSetAnchor (Inherited from TextBox.)
Public methodSetBinding (Inherited from TextBox.)
Public methodSetFocus (Inherited from TextBox.)
Public methodWriteExpression Obsolete. (Inherited from TextBox.)
Public methodWriteMethod Obsolete. (Inherited from TextBox.)
Public methodZOrder
Change the Z-Order to the Control
(Inherited from TextBox.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
See Also