PopupMiniToolBar Method
Description
Displays the MiniToolbar without a context menu below.
Syntax
Public Function PopupMiniToolBar( _
Optional ByVal Flags As Variant, _
Optional ByVal x As Variant, _
Optional ByVal y As Variant _
) As Long
Parameters
- Flags (Optional): The TrackPopupFlags of the MiniToolbar.
- x (Optional): The x-coordinate where the MiniToolbar should be shown.
- y (Optional): The y-coordinate where the MiniToolbar should be shown.
Remarks
A MiniToolbar can be displayed by itself using PopupMiniToolBar or it can be displayed with a context menu displayed underneath it using PopupContextMenu.

See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.