Click or drag to resize

IInfragisticsEditorButton Interface

The test interface for Infragistics 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 IInfragisticsEditorButton : IInfragisticsEditorButtonBase, 
	IObject

The IInfragisticsEditorButton type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Returns true if the editor button is enabled.
(Inherited from IInfragisticsEditorButtonBase.)
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