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






Glossary Item Box

Gets or sets maximum dropdown year value.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets maximum dropdown year value.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property MaxDropDownYear As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As MaskValidatorInfo
Dim value As System.Integer
 
instance.MaxDropDownYear = value
 
value = instance.MaxDropDownYear
C# 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets maximum dropdown year value.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.int MaxDropDownYear {get; set;}
Delphi 
public read-write property MaxDropDownYear: System.Integer; 
JScript 
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets maximum dropdown year value.")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set MaxDropDownYear : System.int
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets maximum dropdown year value.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.int get_MaxDropDownYear();
public: __property void set_MaxDropDownYear( 
   System.int value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets maximum dropdown year value.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.int MaxDropDownYear {
   System.int get();
   void set (    System.int 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.