Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UserStateEventArgs Class / Combinable Property


In This Topic
    Combinable Property (UserStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the state can be combined with previous state.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Combinable As Boolean
    'Usage
     
    
    Dim instance As UserStateEventArgs
    Dim value As Boolean
     
    value = instance.Combinable
    public override bool Combinable {get;}
    See Also