Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / IsUIAction Property


In This Topic
    IsUIAction Property (RangeActionsCommand)
    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 RangeActionsCommand
    Dim value As Boolean
     
    instance.IsUIAction = value
     
    value = instance.IsUIAction
    public virtual bool IsUIAction {get; set;}
    See Also