C# Class SourceGrid.Controllers.SelectionDelete

Controller to enable the delete of the current selection content when pressing the Delete (Canc) Key.
Inheritance: GridBase
显示文件 Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default SelectionDelete

Public Methods

Method Description
SelectionDelete ( ) : System

Protected Methods

Method Description
OnAttach ( GridVirtual grid ) : void
OnDetach ( GridVirtual grid ) : void

Private Methods

Method Description
grid_KeyDown ( GridVirtual sender, KeyEventArgs e ) : void

Method Details

OnAttach() protected method

protected OnAttach ( GridVirtual grid ) : void
grid GridVirtual
return void

OnDetach() protected method

protected OnDetach ( GridVirtual grid ) : void
grid GridVirtual
return void

SelectionDelete() public method

public SelectionDelete ( ) : System
return System

Property Details

Default public_oe static_oe property

Create a selection drag controller for cut operations.
public static SelectionDelete,SourceGrid.Controllers Default
return SelectionDelete