GrapeCity MultiRow Windows Forms Documentation
ContextMenuStrip Property (CellNoteStyle)


Gets or sets the shortcut menu associated with the CellNote.
Syntax
<SRDescriptionAttribute("Indicates the shortcut menu associated with the CellNote.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property ContextMenuStrip As ContextMenuStrip
Dim instance As CellNoteStyle
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip
[SRDescription("Indicates the shortcut menu associated with the CellNote.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
[SRCategory("Behavior")]
public ContextMenuStrip ContextMenuStrip {get; set;}

Property Value

A System.Windows.Forms.ContextMenuStrip value that represents the shortcut menu associated with the CellNote. The default is a null reference (Nothing in Visual Basic).
Remarks
This property indicates the shortcut menu that is typically displayed when the user right-clicks 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.