Uninitialize Method

Uninitialize the control and reset it to its default state.

Syntax

object.Uninitialize

Remarks

The Uninitialize method releases any memory allocated for the control and returns it to its default state. This method is not typically used since this is done automatically when the control is unloaded.

Return Value

None.

See Also

Initialize Method


Copyright © 2008 Catalyst Development Corporation. All rights reserved.