ObjectRun.attach 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.
Reverses a call to the method. This is the reverse of calling the ObjectRun.detach method. Reversing the call disallows any further switching of focus between windows.
public:
virtual void attach();
public virtual void attach ();
abstract member attach : unit -> unit
override this.attach : unit -> unit
Public Overridable Sub attach ()