Void
IButtonWithMenuComponent
.SetDatas(
String
name,
String
icon,
IEnumerable
<
String
> menuEntries)
Sets basic information of the button menu.
Remarks
Examples
Parameters
name
Type:
String
Name of the button.
icon
Type:
String
Icon name of the button.
menuEntries
Type:
IEnumerable
<
String
>
List of menu entries.
Return Value
Type:
Void