PDFView4NET WinForms Edition
Contents Property (PDFAnnotationToolTip)




O2S.Components.PDFView4NET Namespace > PDFAnnotationToolTip Class : Contents Property
Gets or sets the contents of annotation tooltip.
Syntax
'Declaration
 
<CategoryAttribute("ToolTips")>
<DescriptionAttribute("The contents of the tooltip")>
<DefaultValueAttribute("{Contents}")>
Public Property Contents As String
'Usage
 
Dim instance As PDFAnnotationToolTip
Dim value As String
 
instance.Contents = value
 
value = instance.Contents
[Category("ToolTips")]
[Description("The contents of the tooltip")]
[DefaultValue("{Contents}")]
public string Contents {get; set;}
[Category("ToolTips")]
[Description("The contents of the tooltip")]
[DefaultValue("{Contents}")]
public: __property string* get_Contents();
public: __property void set_Contents( 
   string* value
);
[Category("ToolTips")]
[Description("The contents of the tooltip")]
[DefaultValue("{Contents}")]
public:
property String^ Contents {
   String^ get();
   void set (    String^ value);
}

Property Value

The contents of the annotation tooltip.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotationToolTip Class
PDFAnnotationToolTip Members