'Declaration
<CategoryAttribute("ToolTips")> <DescriptionAttribute("The title of the tooltip")> <DefaultValueAttribute("{Subject}")> Public Property Title As String
'Usage
Dim instance As PDFAnnotationToolTip Dim value As String instance.Title = value value = instance.Title
[Category("ToolTips")] [Description("The title of the tooltip")] [DefaultValue("{Subject}")] public string Title {get; set;}
[Category("ToolTips")] [Description("The title of the tooltip")] [DefaultValue("{Subject}")] public: __property string* get_Title(); public: __property void set_Title( string* value );
[Category("ToolTips")] [Description("The title of the tooltip")] [DefaultValue("{Subject}")] public: property String^ Title { String^ get(); void set ( String^ value); }