Share via


IsButtonEnabled Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.  

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.

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.

NavButtonEnum can be one of these NavButtonEnum constants.
navbtnApplyFilter
navbtnDelete
navbtnHelp
navbtnMoveFirst
navbtnMoveLast
navbtnMoveNext
navbtnMovePrev
navbtnNew
navbtnSave
navbtnSaveAll
navbtnSortAscending
navbtnSortDescending
navbtnToggleFilter
navbtnUndo
navbtnUndoAll