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


In This Topic
    IsUIAction Property (ClipboardCopyShapeCommand)
    In This Topic
    Gets or sets a boolean value indicates whether the command is executed from an UI action.
    Syntax
    'Declaration
     
    
    Public Property IsUIAction As Boolean
    'Usage
     
    
    Dim instance As ClipboardCopyShapeCommand
    Dim value As Boolean
     
    instance.IsUIAction = value
     
    value = instance.IsUIAction
    public bool IsUIAction {get; set;}
    See Also