ListViewChooserItem.Selected Method (String)
Indicates whether a specified ListViewChooserItem is selected in the ListViewChooser.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function Selected ( _
strID As String _
) As Boolean
'Usage
Dim instance As ListViewChooserItem
Dim strID As String
Dim returnValue As Boolean
returnValue = instance.Selected(strID)
public bool Selected(
string strID
)
Parameters
- strID
Type: System.String
Return Value
Type: System.Boolean