GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / IsUIAction Property


In This Topic
IsUIAction Property
In This Topic
Gets or sets a boolean value indicates whether the command is executed from an UI action.
Syntax
'Declaration
 
Public Overridable Property IsUIAction As Boolean
 
'Usage
 
Dim instance As Command
Dim value As Boolean
 
instance.IsUIAction = value
 
value = instance.IsUIAction
See Also