NavigatorRibbon.setPasteButtonEnabled

Syntax

setPasteButtonEnabled (enabled)

Parameters

enabled. Specifies if the Paste button is active in the Home tab. By default, if the clipboard does not contain any objects (Copy or Cut commands are not executed), the Paste button is inactive. To activate the button, set this parameter to True.

Description

The setPasteButtonEnabled method determines whether the Paste button in the Home tab is active.

Example

The example of method use is given in the Example of creating the NavigatorRibbon component.

See also:

NavigatorRibbon