Share

RibbonPanel.Move Method

Parent Object: RibbonPanel

Description

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.

Version

Introduced in version 2012

Was this information helpful?