Method GetButtonConfig
GetButtonConfig(out ButtonBar)
Gets the configuration of the button bar in the current mode.
Declaration
public Error GetButtonConfig(out ButtonBar buttonBar)
Parameters
Type | Name | Description |
---|---|---|
ButtonBar | buttonBar | A button bar object. May be null in case of error. |
Returns
Type | Description |
---|---|
Error | Error code |
Implements
Remarks
The returned ButtonBar object contains button configurations that can be modified and passed to SetButtonConfig(ButtonBar, Boolean). Note that not all modes have button bars. See GetButtonConfig(out ButtonBar, ButtonBarMode).
GetButtonConfig(out ButtonBar, ButtonBarMode)
Gets the configuration of the button bar in a particular mode.
Declaration
public Error GetButtonConfig(out ButtonBar buttonBar, ButtonBarMode buttonBarKind)
Parameters
Type | Name | Description |
---|---|---|
ButtonBar | buttonBar | A button bar object. May be null in case of error. |
ButtonBarMode | buttonBarKind |
Returns
Type | Description |
---|---|
Error | Error |