Visual Basic (Declaration) | |
---|---|
<System.ComponentModel.DefaultValueAttribute()> <ISNet.Serialization.BinarySerializableAttribute()> <System.ComponentModel.DescriptionAttribute("Determine to show QuickSelectDate icon.")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <ISNet.Serialization.XmlSerializableAttribute()> Public Property ShowQuickSelectDate As System.Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DateTimeEditor Dim value As System.Boolean instance.ShowQuickSelectDate = value value = instance.ShowQuickSelectDate |
C# | |
---|---|
[System.ComponentModel.DefaultValueAttribute()] [ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DescriptionAttribute("Determine to show QuickSelectDate icon.")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [ISNet.Serialization.XmlSerializableAttribute()] public System.bool ShowQuickSelectDate {get; set;} |
Delphi | |
---|---|
public read-write property ShowQuickSelectDate: System.Boolean; |
JScript | |
---|---|
System.ComponentModel.DefaultValueAttribute() ISNet.Serialization.BinarySerializableAttribute() System.ComponentModel.DescriptionAttribute("Determine to show QuickSelectDate icon.") System.ComponentModel.NotifyParentPropertyAttribute() ISNet.Serialization.XmlSerializableAttribute() public function get,set ShowQuickSelectDate : System.boolean |
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