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






Glossary Item Box

Provides settings that control text that shown in WebScheduler.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setTextSettings")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DescriptionAttribute("Provides the settings that control the text that shown in WebScheduler.")>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property TextSettings As WebSchedulerTextSettings
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerTextSettings
 
value = instance.TextSettings
C# 
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setTextSettings")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the text that shown in WebScheduler.")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public WebSchedulerTextSettings TextSettings {get;}
Delphi 
public read-only property TextSettings: WebSchedulerTextSettings; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute("setTextSettings")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DescriptionAttribute("Provides the settings that control the text that shown in WebScheduler.")
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("General")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get TextSettings : WebSchedulerTextSettings
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setTextSettings")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the text that shown in WebScheduler.")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property WebSchedulerTextSettings* get_TextSettings();
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setTextSettings")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the text that shown in WebScheduler.")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property WebSchedulerTextSettings^ TextSettings {
   WebSchedulerTextSettings^ get();
}

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.