ShellControlConnectorSelectionList Property |
If the Checkboxes property of a control connected to a ShellControlConnector is enabled,
this property contains the checked items.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public PathSelectionList SelectionList { get; }
Public ReadOnly Property SelectionList As PathSelectionList
Get
public:
property PathSelectionList^ SelectionList {
PathSelectionList^ get ();
}
member SelectionList : PathSelectionList with get
Property Value
Type:
PathSelectionListSee Also