IInfragisticsDropDownEditorButton Interface |
Namespace: SmartBear.TestLeft.TestObjects.WinForms.Infragistics
The IInfragisticsDropDownEditorButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | Enabled |
Returns true if the editor button is enabled.
(Inherited from IInfragisticsEditorButtonBase.) |
![]() | IsDroppedDown |
Specifies whether the drop-down window is open.
|
![]() | Text |
Returns the text of the editor button.
(Inherited from IInfragisticsEditorButtonBase.) |
![]() | Visible |
Specifies whether the editor button is visible.
(Inherited from IInfragisticsEditorButtonBase.) |
Name | Description | |
---|---|---|
![]() | CallMethod<T>(String,Object[]) |
Invokes the specified method and returns the result.
(Inherited from IObject.) |
![]() | Cast<T> |
Casts the interface to an interface of another type.
(Inherited from IObject.) |
![]() | CloseUp |
Simulates a click on the button to hide the drop-down window.
|
![]() | DropDown |
Simulates a click on the editor button to display or hide the drop-down window and waits until the window becomes open or hidden.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |