Class NavigatorButtonTooltipPlugin
Tooltip plugin for buttons in the navigator and the button bar. It fetches tooltips from the preferences, and also accepts a default tooltip to be used if there is no preference tooltip.
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:NavigatorButtons", new string[]{"button_id"})]
public class NavigatorButtonTooltipPlugin : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
NavigatorButtonTooltipPlugin()
Tooltip plugin for buttons in the navigator and the button bar. It fetches tooltips from the preferences, and also accepts a default tooltip to be used if there is no preference tooltip.
Declaration
public NavigatorButtonTooltipPlugin()
Fields
ButtonId
Tooltip plugin for buttons in the navigator and the button bar. It fetches tooltips from the preferences, and also accepts a default tooltip to be used if there is no preference tooltip.
Declaration
public const string ButtonId = "button_id"
Field Value
Type | Description |
---|---|
String |
Methods
InnerGetTooltip()
Tooltip plugin for buttons in the navigator and the button bar. It fetches tooltips from the preferences, and also accepts a default tooltip to be used if there is no preference tooltip.
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)