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






Glossary Item Box

Gets or sets minimal dropdown year value.

Syntax

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