TypeAndMemberDropdownBars.Done Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cleans up any allocated resources just before the TypeAndMemberDropdownBars object is destroyed.
public:
void Done();
public:
void Done();
void Done();
public void Done ();
member this.Done : unit -> unit
Public Sub Done ()
Remarks
This is the equivalent of the Dispose
method on other classes.