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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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