Click or drag to resize

IBarItemCheckable Interface

The test interface for toolbar and ribbon items that act like check boxes.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IBarItemCheckable : IBarItem, 
	IObject

The IBarItemCheckable type exposes the following members.

Properties
  NameDescription
Public propertyItems
Returns the Item Collection object.
(Inherited from IBarItem.)
Public propertyState
Gets the current state of a checkable bar item, that is, Unchecked, Checked or Grayed.
Public propertyText
Returns the item text.
(Inherited from IBarItem.)
Top
Methods
See Also