Click or drag to resize

VOAppForm Class (Typed)

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

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

The VOAppForm type exposes the following members.

Constructors
  NameDescription
Public methodVOAppForm
Initializes a new instance of the VOAppForm 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
Public methodEnableVerticalScroll
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