IDevExpressWPFButtonEditToggleButton Interface |
Namespace: SmartBear.TestLeft.TestObjects.WPF.DevExpress
The IDevExpressWPFButtonEditToggleButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | Caption |
Returns the button's caption.
(Inherited from IDevExpressWPFButtonEditButton.) |
![]() | Enabled |
Returns whether the editor button is enabled.
(Inherited from IDevExpressWPFButtonEditButton.) |
![]() | State |
The current state of the toggle button, that is, cbUnchecked, cbChecked or cbGrayed.
|
![]() | Visible |
Returns whether the editor button is visible.
(Inherited from IDevExpressWPFButtonEditButton.) |
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.) |
![]() | Click |
Moves the mouse cursor to the toggle button and then sets the toggle button to one of the following states: cbUnchecked, cbChecked.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |