CustomFileListTOwnerDraw 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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool OwnerDraw { get; set; }
Public Property OwnerDraw As Boolean
Get
Set
public:
property bool OwnerDraw {
bool get ();
void set (bool value);
}
member OwnerDraw : bool with get, set
Property Value
Boolean
See Also