Click or drag to resize

CustomToolBarOwnerDraw Property

Determines if control supports owner-drawing.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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