Click or drag to resize

VOSurfacePanel Class (Typed)

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

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

The VOSurfacePanel type exposes the following members.

Constructors
  NameDescription
Public methodVOSurfacePanel(Window)
Initializes a new instance of the VOSurfacePanel class
Public methodVOSurfacePanel(Control, Long, Long)
Initializes a new instance of the VOSurfacePanel class
Top
Properties
  NameDescription
Public propertyPen (Inherited from VOPanel.)
Public propertyReturnAllKeys (Inherited from VOPanel.)
Public propertySuppressMovingControls (Inherited from VOPanel.)
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