public static bool AsyncDispose( Control ctrl )
Public Shared Function AsyncDispose ( ctrl As Control ) As Boolean Dim ctrl As Control Dim returnValue As Boolean returnValue = ControlIterator.AsyncDispose(ctrl)
public: static bool AsyncDispose( Control^ ctrl )
static member AsyncDispose : ctrl : Control -> bool
No code example is currently available or this language may not be supported.
In This Article