Click or drag to resize

CustomFileList<T>.OwnerDraw Property

The value of the OwnerDraw property must always be true. This is why the Property is reimplemented here. The setting to false is ignored, and a debug message is shown.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public bool OwnerDraw { get; set; }

Property Value

Type: Boolean
See Also