GrapeCity MultiRow Windows Forms Documentation
TouchToolBar Property (Section)


Gets or sets the touch toolbar associated with the Section in a touch device.
Syntax
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property TouchToolBar As MultiRowTouchToolBar
Dim instance As Section
Dim value As MultiRowTouchToolBar
 
instance.TouchToolBar = value
 
value = instance.TouchToolBar
[Browsable(false)]
[DefaultValue()]
public MultiRowTouchToolBar TouchToolBar {get; set;}

Property Value

A MultiRowTouchToolBar that is associated with the Section. The default is a null reference (Nothing in Visual Basic).
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

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.