Click or drag to resize

IInfragisticsSpinEditorButton Interface

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

The IInfragisticsSpinEditorButton 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