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






Glossary Item Box

Specifies if keyboard navigation (spin) is skipped when encounters holiday.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies if keyboard navigation (spin) is skipped when encounters holiday.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SkipNavigateHoliday As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As MaskValidatorInfo
Dim value As System.Boolean
 
instance.SkipNavigateHoliday = value
 
value = instance.SkipNavigateHoliday
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if keyboard navigation (spin) is skipped when encounters holiday.")]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool SkipNavigateHoliday {get; set;}
Delphi 
public read-write property SkipNavigateHoliday: System.Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies if keyboard navigation (spin) is skipped when encounters holiday.")
System.ComponentModel.DefaultValueAttribute()
public function get,set SkipNavigateHoliday : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if keyboard navigation (spin) is skipped when encounters holiday.")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_SkipNavigateHoliday();
public: __property void set_SkipNavigateHoliday( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if keyboard navigation (spin) is skipped when encounters holiday.")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool SkipNavigateHoliday {
   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

© 2013 Intersoft Solutions Corp. All Rights Reserved.