Tooltip Property (AnnotationBase)
In This Topic
Gets or sets the tooltip of the annotation.
Syntax
'Declaration
Public Property Tooltip As System.String
'Usage
Dim instance As AnnotationBase
Dim value As System.String
instance.Tooltip = value
value = instance.Tooltip
public System.string Tooltip {get; set;}
public read-write property Tooltip: System.String;
public function get,set Tooltip : System.String
public: __property System.string* get_Tooltip();
public: __property void set_Tooltip(
System.string* value
);
public:
property System.String^ Tooltip {
System.String^ get();
void set ( System.String^ value);
}
See Also