Click or drag to resize

VOFramePanel Class (Typed)

X#
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          Panel
            VOPanel
              VOFramePanel

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS VOFramePanel INHERIT VOPanel, 
	 IMPLEMENTS IVOFramePanel, IVOPanel, IVOControl, IVOUIObject, 
	IVOControlContainer
Request Example View Source

The VOFramePanel type exposes the following members.

Constructors
  NameDescription
Public methodVOFramePanel(VODataForm, Window)
Initializes a new instance of the VOFramePanel class
Public methodVOFramePanel(Control, Long, Long)
Initializes a new instance of the VOFramePanel class
Top
Properties
  NameDescription
Public propertyDefinedSize
Public propertyIsSubForm
Public propertyPen (Inherited from VOPanel.)
Public propertyReturnAllKeys (Inherited from VOPanel.)
Public propertySuppressMovingControls (Inherited from VOPanel.)
Public propertySurfacePanel
Public propertyWindow (Inherited from VOPanel.)
Top
Functions
  NameDescription
Public methodAddControl (Inherited from VOPanel.)
Public methodAdjustMouseEventPosition (Inherited from VOPanel.)
Public methodCleanUp (Inherited from VOPanel.)
Public methodEnableToolTips (Inherited from VOPanel.)
Public methodHideToolTip (Inherited from VOPanel.)
Public methodInitialize (Overrides Initialize.)
Public methodIsParentOf (Inherited from VOPanel.)
Public methodOnKeyDown (Inherited from VOPanel.)
Public methodOnKeyUp (Inherited from VOPanel.)
Public methodOnMouseDown (Inherited from VOPanel.)
Public methodOnMouseMove (Inherited from VOPanel.)
Public methodOnMouseUp (Inherited from VOPanel.)
Public methodPanel_DragDrop (Inherited from VOPanel.)
Public methodPanel_DragEnter (Inherited from VOPanel.)
Public methodPrepare (Inherited from VOPanel.)
Public methodRemoveToolTip (Inherited from VOPanel.)
Public methodSetChildIndex (Inherited from VOPanel.)
Public methodShowToolTip (Inherited from VOPanel.)
Public methodSortGroups (Inherited from VOPanel.)
Top
Extension Functions
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
Explicit Interface Implementations
See Also