Class UnSelectableButton
A Button that never takes input focus when clicked, so it can be pressed without stealing focus from the currently active control.
Implements
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class UnSelectableButton : Button, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IButtonControl
Constructors
View SourceUnSelectableButton()
Declaration
public UnSelectableButton()
Methods
View SourceWndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | m |