GuiFactory.CreateListViewElement Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreateListViewElement(
type AS ControlType,
owner AS Object
) AS Object
public virtual Object CreateListViewElement(
ControlType type,
Object owner
)
Request Example
View SourceParameters
- type
- Type: ControlType
- owner
- Type: Object
Return Value
Type:
ObjectSee Also