Intersoft WebScheduler Documentation
CollapseCalendarText Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTextSettings Class : CollapseCalendarText Property






Glossary Item Box

Specifies the text of collapse calendar icon tooltip in WebScheduler's header. Specifies the text of collapse calendar icon in WebScheduler's header.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Text Settings")>
<System.ComponentModel.DescriptionAttribute("Specifies the text of collapse callendar icon in WebScheduler's header.")>
Public Property CollapseCalendarText As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTextSettings
Dim value As System.String
 
instance.CollapseCalendarText = value
 
value = instance.CollapseCalendarText
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[System.ComponentModel.DescriptionAttribute("Specifies the text of collapse callendar icon in WebScheduler's header.")]
public System.string CollapseCalendarText {get; set;}
Delphi 
public read-write property CollapseCalendarText: System.String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Text Settings")
System.ComponentModel.DescriptionAttribute("Specifies the text of collapse callendar icon in WebScheduler's header.")
public function get,set CollapseCalendarText : System.String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[System.ComponentModel.DescriptionAttribute("Specifies the text of collapse callendar icon in WebScheduler's header.")]
public: __property System.string* get_CollapseCalendarText();
public: __property void set_CollapseCalendarText( 
   System.string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[System.ComponentModel.DescriptionAttribute("Specifies the text of collapse callendar icon in WebScheduler's header.")]
public:
property System.String^ CollapseCalendarText {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

The default value is Collapse calendar.

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.