Click or drag to resize

VOListBox Class (Typed)

X#
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ListControl
          ListBox
            VOListBox

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS VOListBox INHERIT ListBox,  IMPLEMENTS IVOControlProperties, 
	IVOControl, IVOUIObject, IBaseListBox
Request Example View Source

The VOListBox type exposes the following members.

Constructors
  NameDescription
Public methodVOListBox
Initializes a new instance of the VOListBox class
Public methodVOListBox(Control, Long, Long)
Initializes a new instance of the VOListBox class
Public methodVOListBox(Control, Long, Long, Logic)
Initializes a new instance of the VOListBox class
Top
Properties
  NameDescription
Public propertyControl
Public propertyControlProperties
Public propertyItems
Public propertyListBox
Public propertyText (Overrides Text.)
Top
Functions
Extension Functions
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
Explicit Interface Implementations
See Also