'Declaration <DescriptionAttribute("The tooltip associated with the annotation.")> Public Property ToolTip As System.String
[Description("The tooltip associated with the annotation.")] public System.String ToolTip { get; set; }
[Description("The tooltip associated with the annotation.")] public: __property System.String get_ToolTip(); public: __property void set_ToolTip(
System.String value
);
[Description("The tooltip associated with the annotation.")] public:
property System.String ToolTip { System.String get(); void set(System.String value); }