C# Class SourceGrid.Controllers.SelectionDelete

Controller to enable the delete of the current selection content when pressing the Delete (Canc) Key.
Inheritance: GridBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Свойство Type Description
Default SelectionDelete

Méthodes publiques

Méthode Description
SelectionDelete ( ) : System

Méthodes protégées

Méthode Description
OnAttach ( GridVirtual grid ) : void
OnDetach ( GridVirtual grid ) : void

Private Methods

Méthode Description
grid_KeyDown ( GridVirtual sender, KeyEventArgs e ) : void

Method Details

OnAttach() protected méthode

protected OnAttach ( GridVirtual grid ) : void
grid GridVirtual
Résultat void

OnDetach() protected méthode

protected OnDetach ( GridVirtual grid ) : void
grid GridVirtual
Résultat void

SelectionDelete() public méthode

public SelectionDelete ( ) : System
Résultat System

Property Details

Default public_oe static_oe property

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