ShellListViewOwnerDraw 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; }
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
Type:
BooleanSee Also