Specifies if datetime editor footer section is showed.
Specifies if datetime editor footer section is showed.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Specifies if datetime editor footer section is showed.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ShowFooter As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateTimeEditor
Dim value As System.Boolean
instance.ShowFooter = value
value = instance.ShowFooter |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor footer section is showed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool ShowFooter {get; set;} |
Delphi | |
---|
public read-write property ShowFooter: System.Boolean; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Specifies if datetime editor footer section is showed.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ShowFooter : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor footer section is showed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_ShowFooter();
public: __property void set_ShowFooter(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor footer section is showed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool ShowFooter {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default is true.
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