Objective Grid for Microsoft® .NET® Reference Guide

GridControl.IsActiveCurrentCell Method 

Back to Class Index

Returns true if the current cell is active.     

[Visual Basic]
Public Function IsActiveCurrentCell() As Boolean
[C#]
public bool IsActiveCurrentCell();

Return Value

If the current cell is active, the associated control is visible and possibly owns the focus.     

Remarks

    

If the current cell is active, the associated control’s CWnd is visible and possibly owns the focus.     

    

    

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace