Extensions.GetFirstEditableChild Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax STATIC METHOD GetFirstEditableChild(
SELF oParent AS Control
) AS Control
public static Control GetFirstEditableChild(
this Control oParent
)
Request Example
View SourceParameters
- oParent
- Type: Control
Return Value
Type:
ControlUsage 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