IPrxToolbarElement

Assembly: Report;

Description

The IPrxToolbarElement interface contains basic properties of elements displayed on the toolbar.

Inheritance Hierarchy

          INamedEntity

          IPrxToolbarElement

Comments

Depending on the type, each toolbar element can be cast to one of the following interfaces:

Separators do not have their own interfaces and are described by the IPrxToolbarElement interface.

Properties

  Property name Brief description
Type The Type property returns toolbar element type.
Visible The Visible property determines element visibility on the toolbar.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines an object identifier.
Key The Key property returns the object key.
Name The Name property determines an object name.

See also:

Report Assembly Interfaces