GrapeCity MultiRow Windows Forms Documentation
SectionTouchToolBarNeededEventArgs Class
Members 


Provides data for the GcMultiRow.SectionTouchToolBarNeeded event.
Object Model
SectionTouchToolBarNeededEventArgs ClassMultiRowTouchToolBar Class
Syntax
Public Class SectionTouchToolBarNeededEventArgs 
   Inherits System.EventArgs
public class SectionTouchToolBarNeededEventArgs : System.EventArgs 
Remarks

You can use this class to customize the touch toolbar that is used by the Section. When the section gets its touch toolbar, the GcMultiRow.SectionTouchToolBarNeeded event is raised. Use the event and this class to set a custom touch toolbar for the Section.

If you set the CellTouchToolBarNeededEventArgs.TouchToolBar property's value in the GcMultiRow.CellTouchToolBarNeeded event, the TouchToolBar is invalid.

The GcMultiRow.SectionTouchToolBarNeeded 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.SectionTouchToolBarNeededEventArgs

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

SectionTouchToolBarNeededEventArgs Members
GrapeCity.Win.MultiRow Namespace
SectionTouchToolBarNeeded Event

 

 


Copyright © GrapeCity, inc. All rights reserved.