Click or drag to resize

VOChildAppForm Class (Typed)

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

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

The VOChildAppForm type exposes the following members.

Constructors
  NameDescription
Public methodVOChildAppForm
Initializes a new instance of the VOChildAppForm 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