Intersoft WebScheduler Documentation
Tooltip Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerEventBase Class : Tooltip Property






Glossary Item Box

Specifies the event's ToolTip.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Event Details")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the event's Tooltip.")>
Public Property Tooltip As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerEventBase
Dim value As System.String
 
instance.Tooltip = value
 
value = instance.Tooltip
C# 
[System.ComponentModel.CategoryAttribute("Event Details")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the event's Tooltip.")]
public System.string Tooltip {get; set;}
Delphi 
public read-write property Tooltip: System.String; 
JScript 
System.ComponentModel.CategoryAttribute("Event Details")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the event's Tooltip.")
public function get,set Tooltip : System.String
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Event Details")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the event's Tooltip.")]
public: __property System.string* get_Tooltip();
public: __property void set_Tooltip( 
   System.string* value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Event Details")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the event's Tooltip.")]
public:
property System.String^ Tooltip {
   System.String^ get();
   void set (    System.String^ value);
}

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

©2013 Intersoft Solutions Corp. All Rights Reserved.