Assembly: Report;
The IPrxToolbarElement interface contains basic properties of elements displayed on the toolbar.
IPrxToolbarElement
Depending on the type, each toolbar element can be cast to one of the following interfaces:
IPrxUserGroupElement - to work with a custom group of buttons.
IPrxUserButtonElement - to work with a custom button.
IPrxSystemButtonElement - to work with a system button.
Separators do not have their own interfaces and are described by the IPrxToolbarElement interface.
Property name | Brief description | |
Type | The Type property returns toolbar element type. | |
Visible | The Visible property determines element visibility on the toolbar. |
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: