Indicates if the graphic object contained in the specified row is selected. This is determined by the value of the IsSelectedColumn column.
Syntax
Visual Basic (Declaration) | |
---|
Public Function IsSelected( _
ByVal row As DataRow _
) As Boolean |
Parameters
- row
- Row to check the selection on.
Return Value
True if the row is selected, false otherwise.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also