LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::awt::PopupMenuDirection Constant Group Referencepublished

These values are used to specify the direction in which a pop-up menu will grow. More...

Variables

const short EXECUTE_DEFAULT = 0
 opens on execute in a default direction.
 
const short EXECUTE_DOWN = 1
 opens on execute downwards.
 
const short EXECUTE_UP = 2
 opens on execute upwards.
 
const short EXECUTE_LEFT = 4
 opens on execute to the left.
 
const short EXECUTE_RIGHT = 8
 opens on execute to the right.
 

Detailed Description

These values are used to specify the direction in which a pop-up menu will grow.

They may be expanded in future versions.

Variable Documentation

◆ EXECUTE_DEFAULT

const short EXECUTE_DEFAULT = 0

opens on execute in a default direction.

◆ EXECUTE_DOWN

const short EXECUTE_DOWN = 1

opens on execute downwards.

◆ EXECUTE_LEFT

const short EXECUTE_LEFT = 4

opens on execute to the left.

◆ EXECUTE_RIGHT

const short EXECUTE_RIGHT = 8

opens on execute to the right.

◆ EXECUTE_UP

const short EXECUTE_UP = 2

opens on execute upwards.