Show / Hide Table of Contents

Interface ITBOwnerObject

Used with toolbar.Show.

public interface ITBOwnerObject
Remarks

Allows a toolbar to follow an object in the owner window, for example a UI element or image. Or to hide in certain conditions. Define a class that implements this interface. Create a variable of that class and pass it to toolbar.Show. The interface functions are called every 250 ms, sometimes more frequently. Not called when the owner window is invisible or cloaked or minimized.


Namespace: Au.Types
Assembly: Au.dll

Properties

Name Description
IsAlive

Returns false to close the toolbar.

IsVisible

Returns false to hide the toolbar temporarily.

Methods

Name Description
GetRect(out RECT)

Gets object rectangle.