GrapeCity MultiRow Windows Forms Documentation
UseOptimizedSelectionForTouch Property


Gets or sets whether to use the optimized selection approach to do the selection in touch mode.
Syntax
<SRDescriptionAttribute("Indicates whether to use the optimized selection approach to do the selection in touch mode.")>
<SRCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property UseOptimizedSelectionForTouch As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.UseOptimizedSelectionForTouch = value
 
value = instance.UseOptimizedSelectionForTouch
[SRDescription("Indicates whether to use the optimized selection approach to do the selection in touch mode.")]
[SRCategory("Behavior")]
[DefaultValue()]
public bool UseOptimizedSelectionForTouch {get; set;}

Property Value

true to use the optimized selection approach; 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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.