Control.ValidateControl Method (Typed) | |
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
public virtual bool ValidateControl()
Request Example
View SourceReturn Value
Type:
LogicTRUE when the controls was succesfully created. Otherwise FALSE.
See Also