RibbonProperty

Namespace: PP.Prx.Ui

Description

The RibbonProperty enumeration contains properties of regular report ribbon.

It is used by the RibbonView.setPropertyValue method.

Available Values

Value

Brief description

DataSaveEnabled

Determines if buttons in the Data group are active. If this value is set to True the buttons are active.

ControlBarSwitchEnabled

Determines if the Controls button is active. If this value is set to False the button is inactive. By default the value is set to True, and the button is active.

ClosedState

Determines if the ribbon buttons and main menu commands are active. By default the value is set to False, and all the buttons and main menu items are active. If this value is set to True, all buttons except for the buttons in the Data group are inactive (they become active when the table contains modified data), and all menu items except Open, Share, and Exit are also inactive.

ControlBarVisible

Determines if the controls bar is visible. If this value is set to True the bar is visible. If this value is False the bar is hidden.

See also:

PP.Prx.Ui