Click or drag to resize

IInfragisticsStateEditorButton Interface

The test interface for Infragistics state editor button controls.

Namespace:  SmartBear.TestLeft.TestObjects.WinForms.Infragistics
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IInfragisticsStateEditorButton : IInfragisticsEditorButtonBase, 
	IObject

The IInfragisticsStateEditorButton type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Returns true if the editor button is enabled.
(Inherited from IInfragisticsEditorButtonBase.)
Public propertyState
Specifies the current state of the editor button, that is, Unchecked, Checked or Grayed.
Public propertyText
Returns the text of the editor button.
(Inherited from IInfragisticsEditorButtonBase.)
Public propertyVisible
Specifies whether the editor button is visible.
(Inherited from IInfragisticsEditorButtonBase.)
Top
Methods
See Also