ppsGrid Class Library
Focused Property
NamespacesppsGridGridCellFocused
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Ruft einen Wert ab, der angibt, ob die Zelle den Eingabefokus besitzt.
Declaration Syntax
C#Visual BasicVisual C++
public bool Focused{ get;}
Public ReadOnly Property Focused As Boolean
public:
property bool Focused {
	bool get ();
}
Value
true, wenn die Zelle die aktuelle Fokuszelle ist, ansonsten false.
Examples
CopyC#
foreach(GridCol c in grid.Cols)          // alle Spalten
  foreach(GridRow r in grid.Rows)        // ..alle Zeilen
    if(grid[c.Column,r.Row].Focused)     // ....hat die Zelle den Fokus ?
      // fokus gefunden...               // ......tu was...
See Also

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0