ComponentOne List for WinForms
C1.Win.C1List Namespace / ColResizeEventArgs Class / Cancel Property

In This Topic
    Cancel Property (ColResizeEventArgs)
    In This Topic
    Gets or sets a value indicating that sizing should be ignored.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also