Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) GridVirtual.OnGridClick Examples
Programming Language:
C# (CSharp)
Class/Type:
GridVirtual
Method/Function:
OnGridClick
Examples at hotexamples.com:
1
C# (CSharp) GridVirtual.OnGridClick - 1 examples found
. These are the top rated real world C# (CSharp) examples of
GridVirtual.OnGridClick
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetCell(26)
ClearValues(4)
GetPositionType(3)
InvalidateCells(3)
CustomScrollPageToLine(2)
GetScrollableArea(2)
GetFixedAreaWidth(2)
InvalidateRange(2)
GetFixedAreaHeight(2)
MouseSelectionFinish(2)
ChangeMouseDownCell(2)
ChangeMouseCell(2)
ChangeDragCell(2)
IsPositionValid(1)
GetScrollRows(1)
IsRowHiddenUnderFixedRows(1)
InvalidateCell(1)
GetVisibleRegion(1)
GetTopVisibleRowFromBottomRow(1)
IsColumnHiddenUnderFixedColumn(1)
CellByCellScrollDown(1)
GetScrollColumns(1)
GetGridContextMenus(1)
CellByCellScrollRight(1)
GetDataArea(1)
Focus(1)
DoDragDrop(1)
Dispose(1)
CustomScrollWheel(1)
CustomScrollLineUp(1)
CustomScrollLineLeft(1)
ChangeMouseSelectionCorner(1)
OnGridClick(1)
Frequently Used Methods
GetCell (26)
ClearValues (4)
GetPositionType (3)
InvalidateCells (3)
CustomScrollPageToLine (2)
GetScrollableArea (2)
GetFixedAreaWidth (2)
InvalidateRange (2)
GetFixedAreaHeight (2)
MouseSelectionFinish (2)
Frequently Used Methods
ChangeMouseDownCell (2)
ChangeMouseCell (2)
ChangeDragCell (2)
IsPositionValid (1)
GetScrollRows (1)
IsRowHiddenUnderFixedRows (1)
InvalidateCell (1)
GetVisibleRegion (1)
GetTopVisibleRowFromBottomRow (1)
IsColumnHiddenUnderFixedColumn (1)
CellByCellScrollDown (1)
GetScrollColumns (1)
GetGridContextMenus (1)
CellByCellScrollRight (1)
GetDataArea (1)
Focus (1)
DoDragDrop (1)
Dispose (1)
CustomScrollWheel (1)
CustomScrollLineUp (1)
Frequently Used Methods
CellByCellScrollDown (1)
GetScrollColumns (1)
GetGridContextMenus (1)
CellByCellScrollRight (1)
GetDataArea (1)
Focus (1)
DoDragDrop (1)
Dispose (1)
CustomScrollWheel (1)
CustomScrollLineUp (1)
CustomScrollLineLeft (1)
ChangeMouseSelectionCorner (1)
OnGridClick (1)
Frequently Used Methods
CustomScrollLineLeft (1)
ChangeMouseSelectionCorner (1)
OnGridClick (1)
Example #1
0
Show file
protected override void OnClick(EventArgs e) { base.OnClick(e); m_GridContainer.OnGridClick(e); }
x