Class ToolStripAdvanced
A ToolStrip with DPI-scaled image sizing and a workaround that makes its buttons respond on the first click even when the strip is not the active control.
Inheritance
ToolStripAdvanced
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ToolStripAdvanced : ToolStrip, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceToolStripAdvanced()
Declaration
public ToolStripAdvanced()
Properties
View SourceImageScalingSize
Declaration
public Size ImageScalingSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
Methods
View SourceWndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | m |