ExplorerBrowserAutoCheckSelect Property |
Gets or sets a value indicating whether the control displays checkboxes
that can be used to set the selection
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool AutoCheckSelect { get; set; }
Public Property AutoCheckSelect As Boolean
Get
Set
public:
property bool AutoCheckSelect {
bool get ();
void set (bool value);
}
member AutoCheckSelect : bool with get, set
Property Value
Type:
Booleantrue if checkboxes should be displayed; otherwise,
false.
See Also