[]
Sets the keys of the visible toolbar items and their order.
public void Layout(string[] keys)
Type | Name | Description |
---|---|---|
string[] | keys | An array of strings representing the keys of the toolbar items. The order in this array determines the display order of the items in the toolbar. Only the items included in this array will be visible after this operation. |