Click or drag to resize

VODialogForm Class (Typed)

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

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

The VODialogForm type exposes the following members.

Constructors
  NameDescription
Public methodVODialogForm
Initializes a new instance of the VODialogForm class
Top
Properties
  NameDescription
Public propertyInitialSize
Public propertyIsAttached (Inherited from VOForm.)
Public propertyIsShown
Public propertyProperties (Inherited from VOForm.)
Public propertySmallIcon (Inherited from VOForm.)
Public propertySurface
Public propertyWindow (Inherited from VOForm.)
Top
Functions
  NameDescription
Public methodAddControl (Inherited from VOForm.)
Public methodCenter (Inherited from VOForm.)
Public methodGetAllControls (Inherited from VOForm.)
Public methodGetFirstEditableControl (Overrides GetFirstEditableControl.)
Public methodNextControl (Inherited from VOForm.)
Public methodPreviousControl (Inherited from VOForm.)
Public methodResumeRedraw (Inherited from VOForm.)
Public methodSetChildIndex (Inherited from VOForm.)
Public methodSetSizable
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