Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / IsStopUIAction Method
An UIActions value indicates the UI action.


In This Topic
IsStopUIAction Method
In This Topic
Gets a boolean value indicates whether the corresponding UI actions should be stopped.
Syntax
'Declaration
 
Public Function IsStopUIAction( _
   ByVal uiAction As UIActions _
) As Boolean
 
'Usage
 
Dim instance As Command
Dim uiAction As UIActions
Dim value As Boolean
 
value = instance.IsStopUIAction(uiAction)

Parameters

uiAction
An UIActions value indicates the UI action.

Return Value

true if the corresponding UI actions should be stopped, false otherwise.
See Also