Gets or sets a boolean value indicating if the row can be the current row.
'Declaration
<DescriptionAttribute("Indicates if the row can be the current row.")>
<CategoryAttribute("Behavior")>
Public Property CanBeCurrent As Boolean
'Usage
Dim instance As Row
Dim value As Boolean
instance.CanBeCurrent = value
value = instance.CanBeCurrent
[Description("Indicates if the row can be the current row.")]
[Category("Behavior")]
public bool CanBeCurrent {get; set;}
Property Value
true if the row can be the current row; false otherwise.
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