RibbonPanel.Move Method
Parent Object: RibbonPanelDescription
Method that moves the ribbon panel. If the panel is docked, calling this method automatically undocks the panel and honors the input values.
Syntax
RibbonPanel.Move( Top As Long, Left As Long )Parameters
Name | Type | Description |
Top | Long | Input Long that specifies the distance between the top of the screen and top of the panel. |
Left | Long | Input Long that specifies the distance between the left edge of the screen and left edge of the panel. |