'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DefaultValueAttribute(True)> <DescriptionAttribute("The ContextMenuStrip for annotations when viewer is working in View interaction mode.")> Public Property AnnotationViewContextMenuStrip As System.Windows.Forms.ContextMenuStrip
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("The ContextMenuStrip for annotations when viewer is working in View interaction mode.")] public System.Windows.Forms.ContextMenuStrip AnnotationViewContextMenuStrip { get; set; }
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("The ContextMenuStrip for annotations when viewer is working in View interaction mode.")] public: __property System.Windows.Forms.ContextMenuStrip* get_AnnotationViewContextMenuStrip(); public: __property void set_AnnotationViewContextMenuStrip(
System.Windows.Forms.ContextMenuStrip* value
);
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("The ContextMenuStrip for annotations when viewer is working in View interaction mode.")] public:
property System.Windows.Forms.ContextMenuStrip^ AnnotationViewContextMenuStrip { System.Windows.Forms.ContextMenuStrip^ get(); void set(System.Windows.Forms.ContextMenuStrip^ value); }