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


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