Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / IsUIAction Property


In This Topic
    IsUIAction Property (Command)
    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