GrapeCity MultiRow Windows Forms Documentation
ProcessFirstClick Property


Gets or sets a value that indicates whether the first mouse click should be processed when GcMultiRow gets focus.
Syntax
<SRDescriptionAttribute("Indicates whether the first MouseClick is processed when GcMultiRow gets focus.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property ProcessFirstClick As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.ProcessFirstClick = value
 
value = instance.ProcessFirstClick
[SRDescription("Indicates whether the first MouseClick is processed when GcMultiRow gets focus.")]
[DefaultValue()]
[SRCategory("Behavior")]
public bool ProcessFirstClick {get; set;}

Property Value

true if the first mouse click is processed when GcMultiRow gets focus; otherwise,false. The default is true.
Remarks
If the value is true, after you click a cell, the GcMultiRow control gets focus, and the cell that you clicked becomes the CurrentCell. After you click a cell, if the value is false, the GcMultiRow control gets focus, and the CurrentCell does not change.
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.