Click or drag to resize

CustomToolBarOwnerDraw Property

Determines if control supports owner-drawing.

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

Property Value

Type: Boolean
Remarks
If set to true control allows to intercept button drawing inside DrawButton.
See Also