Intersoft WebInput Documentation
ShowQuickSelectDate Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditor Class : ShowQuickSelectDate Property






Glossary Item Box

Syntax

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)Copy Code
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
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Determine to show QuickSelectDate icon.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_ShowQuickSelectDate();
public: __property void set_ShowQuickSelectDate( 
   System.bool value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Determine to show QuickSelectDate icon.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool ShowQuickSelectDate {
   System.bool get();
   void set (    System.bool value);
}

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.