Click or drag to resize

VOTopAppForm Class (Typed)

X#
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              VOForm
                VOAppForm
                  VOTopAppForm

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS VOTopAppForm INHERIT VOAppForm
Request Example View Source

The VOTopAppForm type exposes the following members.

Constructors
  NameDescription
Public methodVOTopAppForm
Initializes a new instance of the VOTopAppForm class
Top
Properties
  NameDescription
Public propertyIsAttached (Inherited from VOForm.)
Public propertyProperties (Inherited from VOForm.)
Public propertySmallIcon (Inherited from VOForm.)
Public propertyWindow (Inherited from VOForm.)
Top
Functions
  NameDescription
Public methodAddControl (Inherited from VOForm.)
Public methodCenter (Inherited from VOForm.)
Public methodEnableHorizontalScroll (Inherited from VOAppForm.)
Public methodEnableVerticalScroll (Inherited from VOAppForm.)
Public methodGetAllControls (Inherited from VOForm.)
Public methodGetFirstEditableControl (Inherited from VOForm.)
Public methodNextControl (Inherited from VOForm.)
Public methodPreviousControl (Inherited from VOForm.)
Public methodResumeRedraw (Inherited from VOForm.)
Public methodSetChildIndex (Inherited from VOForm.)
Public methodSuspendRedraw (Inherited from VOForm.)
Top
Extension Functions
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
Explicit Interface Implementations
See Also