Intersoft WebScheduler Documentation
DailyWeekDayToolTipText Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerRecurrenceTextSettings Class : DailyWeekDayToolTipText Property






Glossary Item Box

Specifies WeekDay tooltip text.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Recurrence Text Settings")>
<System.ComponentModel.DescriptionAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property DailyWeekDayToolTipText As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurrenceTextSettings
Dim value As System.String
 
instance.DailyWeekDayToolTipText = value
 
value = instance.DailyWeekDayToolTipText
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Recurrence Text Settings")]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.string DailyWeekDayToolTipText {get; set;}
Delphi 
public read-write property DailyWeekDayToolTipText: System.String; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Recurrence Text Settings")
System.ComponentModel.DescriptionAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set DailyWeekDayToolTipText : System.String
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Recurrence Text Settings")]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.string* get_DailyWeekDayToolTipText();
public: __property void set_DailyWeekDayToolTipText( 
   System.string* value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Recurrence Text Settings")]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.String^ DailyWeekDayToolTipText {
   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.