GrapeCity MultiRow Windows Forms Documentation
CellTouchToolBarNeededEventArgs Class
Members 


Provides data for the GcMultiRow.CellTouchToolBarNeeded event.
Object Model
CellTouchToolBarNeededEventArgs ClassMultiRowTouchToolBar Class
Syntax
Public Class CellTouchToolBarNeededEventArgs 
   Inherits CellEventArgs
public class CellTouchToolBarNeededEventArgs : CellEventArgs 
Remarks

You can use this class to customize the touch toolbar which is used by the cell. When the cell gets its touch toolbar, the GcMultiRow.CellTouchToolBarNeeded event is raised. Use this event and this class to set a custom touch toolbar for the Cell.

If you do not assign a touch toolbar to TouchToolBar, the cell's touch toolbar will use the section's touch toolbar from SectionTouchToolBarNeededEventArgs.TouchToolBar.

The GcMultiRow.CellTouchToolBarNeeded event only can be fired when the GcMultiRow.VirtualMode property is true or the GcMultiRow.DataSource property is not a null reference (Nothing in Visual Basic).

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Win.MultiRow.CellEventArgs
         GrapeCity.Win.MultiRow.CellTouchToolBarNeededEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellTouchToolBarNeededEventArgs Members
GrapeCity.Win.MultiRow Namespace
CellTouchToolBarNeeded Event

 

 


Copyright © GrapeCity, inc. All rights reserved.