'Declaration <DescriptionAttribute("Context menu strip associated with the annotation.")> Public Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
[Description("Context menu strip associated with the annotation.")] public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get; set; }
[Description("Context menu strip associated with the annotation.")] public: __property System.Windows.Forms.ContextMenuStrip* get_ContextMenuStrip(); public: __property void set_ContextMenuStrip(
System.Windows.Forms.ContextMenuStrip* value
);
[Description("Context menu strip associated with the annotation.")] public:
property System.Windows.Forms.ContextMenuStrip^ ContextMenuStrip { System.Windows.Forms.ContextMenuStrip^ get(); void set(System.Windows.Forms.ContextMenuStrip^ value); }