Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / GroupColumnUndoAction Class / dragFromGroupBar Field


In This Topic
    dragFromGroupBar Field
    In This Topic
    Specifies whether the user drags a box from the group bar.
    Syntax
    'Declaration
     
    
    Protected dragFromGroupBar As Boolean
    'Usage
     
    
    Dim instance As GroupColumnUndoAction
    Dim value As Boolean
     
    value = instance.dragFromGroupBar
     
    instance.dragFromGroupBar = value
    protected bool dragFromGroupBar
    See Also