C# 클래스 SourceGrid.Controllers.SelectionDelete

Controller to enable the delete of the current selection content when pressing the Delete (Canc) Key.
상속: GridBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default SelectionDelete

공개 메소드들

메소드 설명
SelectionDelete ( ) : System

보호된 메소드들

메소드 설명
OnAttach ( GridVirtual grid ) : void
OnDetach ( GridVirtual grid ) : void

비공개 메소드들

메소드 설명
grid_KeyDown ( GridVirtual sender, KeyEventArgs e ) : void

메소드 상세

OnAttach() 보호된 메소드

protected OnAttach ( GridVirtual grid ) : void
grid GridVirtual
리턴 void

OnDetach() 보호된 메소드

protected OnDetach ( GridVirtual grid ) : void
grid GridVirtual
리턴 void

SelectionDelete() 공개 메소드

public SelectionDelete ( ) : System
리턴 System

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

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