|
|
|
SftDirectory.ClearSelection Method |
Clears all selections.
Syntax
VB.NET |
object.ClearSelection() |
||
VB |
object.ClearSelection |
||
C#.NET |
void object.ClearSelection(); |
||
VC++ |
HRESULT object->ClearSelection(); |
||
C |
HRESULT object->raw_ClearSelection(); |
||
Delphi |
procedure object.ClearSelection(); |
object
A SftDirectory object.
Comments
The ClearSelection method clears all selections.
A folder can be selected using the Folder.Selected property.
The SelectionCount property contains the number of currently selected folders. The selected folders can be retrieved using the Selection property.