GrapeCity MultiRow Windows Forms Documentation
TouchToolBar Property (CellNoteStyle)


Gets or sets the touch toolbar associated with the CellNote.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("ERROR: [Cannot found the resource]")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Behavior")>
Public Property TouchToolBar As MultiRowTouchToolBar
Dim instance As CellNoteStyle
Dim value As MultiRowTouchToolBar
 
instance.TouchToolBar = value
 
value = instance.TouchToolBar
[DefaultValue()]
[SRDescription("ERROR: [Cannot found the resource]")]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Behavior")]
public MultiRowTouchToolBar TouchToolBar {get; set;}

Property Value

A MultiRowTouchToolBar value that represents the touch toolbar associated with the CellNote. The default is a null reference (Nothing in Visual Basic).
Remarks
This property indicates the touch toolbar that is typically displayed when the user presses and holds the CellNote.
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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.