Gets or sets footer today text of datetime editor.
Gets or sets footer today text of datetime editor.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Set or retrieve footer today text.")>
Public Property FooterTodayText As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateTimeEditor
Dim value As System.String
instance.FooterTodayText = value
value = instance.FooterTodayText |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Set or retrieve footer today text.")]
public System.string FooterTodayText {get; set;} |
Delphi | |
---|
public read-write property FooterTodayText: System.String; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Set or retrieve footer today text.")
public function get,set FooterTodayText : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Set or retrieve footer today text.")]
public: __property System.string* get_FooterTodayText();
public: __property void set_FooterTodayText(
System.string* value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Set or retrieve footer today text.")]
public:
property System.String^ FooterTodayText {
System.String^ get();
void set ( System.String^ value);
} |
Property Value
A
FooterTodayText that contains footer today text. The default value is "Today is".
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