C# Class SourceGrid.Cells.Controllers.Unselectable

Implements a behavior that cannot receive the focus. This behavior can be shared between multiple cells.
Inheritance: ControllerBase
显示文件 Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default Unselectable

Public Methods

Method Description
CanReceiveFocus ( CellContext sender, EventArgs e ) : bool
OnFocusEntering ( CellContext sender, System e ) : void

Method Details

CanReceiveFocus() public method

public CanReceiveFocus ( CellContext sender, EventArgs e ) : bool
sender CellContext
e System.EventArgs
return bool

OnFocusEntering() public method

public OnFocusEntering ( CellContext sender, System e ) : void
sender CellContext
e System
return void

Property Details

Default public_oe static_oe property

public static Unselectable,SourceGrid.Cells.Controllers Default
return Unselectable