CashDrawer.IsDrawerOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the cash drawer is open.
public:
property bool IsDrawerOpen { bool get(); };
bool IsDrawerOpen();
public bool IsDrawerOpen { get; }
var boolean = cashDrawer.isDrawerOpen;
Public ReadOnly Property IsDrawerOpen As Boolean
Property Value
Boolean
bool
True if the drawer is open, otherwise false.