| ExplorerBrowserAutoCheckSelect Property  | 
 
            Gets or sets a value indicating whether the control displays checkboxes
            that can be used to set the selection
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic 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
See Also