returns the current state of a buttonTwoState or a buttonSegmented
itemId | string|number | the id of a buttonTwoState to check |
segmId | string|number | the id of a buttonSegmented segment to check |
boolean | true - the button/segment is enabled, false - disabled |
var isPressed = myRibbon.getItemState(itemId, segmId);
added in version 4.2
Back to top