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
public virtual bool IsUIAction {get; set;}
See Also