ExplorerBrowserCheckMode Property |
Gets or sets a value defining the current CheckMode.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public CheckMode CheckMode { get; set; }
Public Property CheckMode As CheckMode
Get
Set
public:
property CheckMode CheckMode {
CheckMode get ();
void set (CheckMode value);
}
member CheckMode : CheckMode with get, set
Property Value
Type:
CheckModeA CheckMode value.
Remarks Checkboxes is not supported as it causes strange effects in conjuction with small icons view. Therefore
AutoSelect will be used instead.
See Also