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 |
IsVisible | Returns |
Methods
Name | Description |
---|---|
GetRect(out RECT) | Gets object rectangle. |