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; }
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:
BooleanRemarks
If set to
true control allows to intercept button drawing inside
DrawButton.
See Also