Click or drag to resize

Control.ValidateControl Method (Typed)

X#
This method validates if the control has been created and when not then it triggers the control creation

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ValidateControl() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE when the controls was succesfully created. Otherwise FALSE.
See Also