Click or drag to resize

Extensions.GetFirstEditableChild Method (Typed)

X#

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 STATIC METHOD GetFirstEditableChild(
	SELF oParent AS Control
) AS Control
Request Example View Source

Parameters

oParent
Type: Control

Return Value

Type: Control

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Control. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also