Click or drag to resize

Spinner Class

X#
The VFP compatible Spinner class.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            UpDownBase
              NumericUpDown
                Spinner

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS Spinner INHERIT NumericUpDown,  IMPLEMENTS IVFPControl, 
	IVFPObject, IVFPHelp, IVFPText, IVFPEditable
Request Example View Source

The Spinner type exposes the following members.

Constructors
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
See Also