C# Класс SourceGrid.Cells.Controllers.RowFocus

RowFocus controller overrides the OnFocusEntering method and set the Focus on the Row. This controller is usually used on the Row Header. This controller also add an arror Cursor when the mouse is over the cell.
Наследование: ControllerBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Default RowFocus
LogicalBorder DevAge.Drawing.RectangleBorder

Открытые методы

Метод Описание
OnFocusEntering ( CellContext sender, System e ) : void
OnMouseLeave ( CellContext sender, EventArgs e ) : void
OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
RowFocus ( ) : System

Описание методов

OnFocusEntering() публичный Метод

public OnFocusEntering ( CellContext sender, System e ) : void
sender CellContext
e System
Результат void

OnMouseLeave() публичный Метод

public OnMouseLeave ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Результат void

OnMouseMove() публичный Метод

public OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
sender CellContext
e MouseEventArgs
Результат void

RowFocus() публичный Метод

public RowFocus ( ) : System
Результат System

Описание свойств

Default публичное статическое свойство

Default controller to select all the row
public static RowFocus,SourceGrid.Cells.Controllers Default
Результат RowFocus

LogicalBorder публичное свойство

Border used to calculate the region to enable the row selection
public DevAge.Drawing.RectangleBorder LogicalBorder
Результат DevAge.Drawing.RectangleBorder