Button.Destroy Method | |
Provide a method to de-instantiate any TextControl.Destroy object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax Remarks
This method can be used when a TextControl.Destroy object is no longer needed. TextControl.Destroy:Destroy() de-instantiates the Control object and allows you to close and free any resources that were opened or created by the object, without waiting for the garbage collector.
See Also