Class ToolbarButtonDecorator
This is a decorator for Content-Types, which allows special configuration of buttons etc. on that type
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class ToolbarButtonDecorator : EntityBasedType, IHasDecorators<IEntity>, IMultiWrapper<IEntity>
  - Inheritance
 - 
      objectEntityBasedTypeToolbarButtonDecorator
 
- Implements
 
Remarks
WIP new in v14; as of now only used on NoteDecorator, should have more soon
Constructors
ToolbarButtonDecorator(IEntity)
This is a decorator for Content-Types, which allows special configuration of buttons etc. on that type
public ToolbarButtonDecorator(IEntity entity)
  Parameters
entityIEntity
Remarks
WIP new in v14; as of now only used on NoteDecorator, should have more soon
Fields
KeyColor
public static string KeyColor
  Field Value
KeyData
public static string KeyData
  Field Value
KeyIcon
public static string KeyIcon
  Field Value
KeyNote
public static string KeyNote
  Field Value
TypeName
public static string TypeName
  Field Value
TypeNameId
public static string TypeNameId
  Field Value
Properties
Command
public string Command { get; }
  Property Value
Ui
public string Ui { get; }
  Property Value
UiColor
public string UiColor { get; }
  Property Value
UiData
public bool UiData { get; }
  Property Value
UiIcon
public string UiIcon { get; }
  Property Value
Methods
AllRules()
public string AllRules()