GrapeCity MultiRow Windows Forms Documentation
InterceptArrowKeys Property (DomainUpDownCell)


Gets or sets a value that indicates whether the user can use the up and down arrow keys to select values.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the user can use the up and down arrow keys to select values.")>
<SRCategoryAttribute("Behavior")>
Public Property InterceptArrowKeys As Boolean
Dim instance As DomainUpDownCell
Dim value As Boolean
 
instance.InterceptArrowKeys = value
 
value = instance.InterceptArrowKeys
[DefaultValue()]
[SRDescription("Indicates whether the user can use the up and down arrow keys to select values.")]
[SRCategory("Behavior")]
public bool InterceptArrowKeys {get; set;}

Property Value

true if the cell allows the use of the up and down arrow keys to select values; otherwise, false. 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

Reference

DomainUpDownCell Class
DomainUpDownCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.