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