IMenuIconEditor

Assembly: DBA;

Description

The IMenuIconEditor interface is used to edit object menu icons in the business application.

Inheritance Hierarchy

IMenuIconEditor

Properties

  Property name Brief description
Changed The Changed property returns whether icon is changed.
IsSvg The IsSvg property returns whether an icon is in the SVG format.
Stream The Stream property determines a stream related to menu icon.

Methods

  Method name Brief description
Initialize The Initialize method initializes menu icon editor.
LoadFromBase64 The SaveToBase64 method saves icon to Base64 with format prefix.
SaveToBase64 The LoadFromBase64 method loads icon from Base64 with format prefix.

See also:

DBA Assembly Interfaces