Control.ValidateControl Method | |
This method validates if the control has been created and when not then it triggers the control creation
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ValidateControl() AS USUAL
public virtual Usual ValidateControl()
Request Example
View SourceReturn Value
Type:
UsualTRUE when the controls was succesfully created. Otherwise FALSE.
See Also