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