Table of Contents

Method RemoveHostObject

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RemoveHostObject(object)

Removes the specified host object from the collection of host objects.

public virtual bool RemoveHostObject(object host)

Parameters

host object

The host object to remove. Must not be null.

Returns

bool

true if the host object was found and removed; otherwise, false.

Remarks

If the specified host object is not found in the collection, no action is taken.