'Declaration
<BrowsableAttribute(False)> <CategoryAttribute("PDF Annotations")> <DescriptionAttribute("Controls the way the tooltips are displayed for annotations")> <DefaultValueAttribute("")> Public Property AnnotationToolTips As PDFAnnotationToolTip
'Usage
Dim instance As PDFPageView Dim value As PDFAnnotationToolTip instance.AnnotationToolTips = value value = instance.AnnotationToolTips
[Browsable(false)] [Category("PDF Annotations")] [Description("Controls the way the tooltips are displayed for annotations")] [DefaultValue("")] public PDFAnnotationToolTip AnnotationToolTips {get; set;}
[Browsable(false)] [Category("PDF Annotations")] [Description("Controls the way the tooltips are displayed for annotations")] [DefaultValue("")] public: __property PDFAnnotationToolTip* get_AnnotationToolTips(); public: __property void set_AnnotationToolTips( PDFAnnotationToolTip* value );
[Browsable(false)] [Category("PDF Annotations")] [Description("Controls the way the tooltips are displayed for annotations")] [DefaultValue("")] public: property PDFAnnotationToolTip^ AnnotationToolTips { PDFAnnotationToolTip^ get(); void set ( PDFAnnotationToolTip^ value); }