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