IsButtonEnabled Method
From Microsoft Office Web Components Object Model
IsButtonEnabled Method
IsButtonEnabled
method as it applies to the DataPage object.
Returns True if the specified navigation button is enabled.
expression.IsButtonEnabled(Button)
expression Required. An expression that returns a DataPage object.
Button Required NavButtonEnum. Specifies the navigation button.
| NavButtonEnum can be one of these NavButtonEnum constants. |
| navbtnApplyFilter |
| navbtnDelete |
| navbtnHelp |
| navbtnMoveFirst |
| navbtnMoveLast |
| navbtnMoveNext |
| navbtnMovePrev |
| navbtnNew |
| navbtnSave |
| navbtnSaveAll |
| navbtnSortAscending |
| navbtnSortDescending |
| navbtnToggleFilter |
| navbtnUndo |
| navbtnUndoAll |
IsButtonEnabled
method as it applies to the RecordNavigationControl object.
Returns True if the specified navigation button is enabled.
expression.IsButtonEnabled(navbtn)
expression Required. An expression that returns a RecordNavigationControl object.
navbtn Required NavButtonEnum. Specifies the navigation button.
| NavButtonEnum can be one of these NavButtonEnum constants. |
| navbtnApplyFilter |
| navbtnDelete |
| navbtnHelp |
| navbtnMoveFirst |
| navbtnMoveLast |
| navbtnMoveNext |
| navbtnMovePrev |
| navbtnNew |
| navbtnSave |
| navbtnSaveAll |
| navbtnSortAscending |
| navbtnSortDescending |
| navbtnToggleFilter |
| navbtnUndo |
| navbtnUndoAll |