'Declaration <BrowsableAttribute(False)> <DefaultValueAttribute(null)> Public Property FocusedAnnotationView As AnnotationView
[Browsable(False)] [DefaultValue(null)] public AnnotationView FocusedAnnotationView { get; set; }
[Browsable(False)] [DefaultValue(null)] public: __property AnnotationView* get_FocusedAnnotationView(); public: __property void set_FocusedAnnotationView(
AnnotationView* value
);
[Browsable(False)] [DefaultValue(null)] public:
property AnnotationView^ FocusedAnnotationView { AnnotationView^ get(); void set(AnnotationView^ value); }