Class InertButton
Assembly: Reportman.Drawing.Forms.dll
[ToolboxBitmap(typeof(InertButton))]
public class InertButton : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
Declaration
Declaration
public InertButton(ImageList imageList, int imageIndexEnabled)
Parameters
| Type |
Name |
Description |
| ImageList |
imageList |
|
| int |
imageIndexEnabled |
|
Declaration
public InertButton(ImageList imageList, int imageIndexEnabled, int imageIndexDisabled)
Parameters
| Type |
Name |
Description |
| ImageList |
imageList |
|
| int |
imageIndexEnabled |
|
| int |
imageIndexDisabled |
|
Declaration
public InertButton(ImageList imageList, int imageIndexEnabled, int imageIndexDisabled, ImageAttributes imageAttr)
Parameters
Fields
Declaration
protected int _borderWidth
Field Value
Declaration
protected ImageAttributes _imageAttr
Field Value
Declaration
protected int _imageIndexDisabled
Field Value
Declaration
protected int _imageIndexEnabled
Field Value
Declaration
protected ImageList _imageList
Field Value
Declaration
protected MouseButtons _mouseButton
Field Value
Declaration
protected bool _mouseCapture
Field Value
Declaration
protected bool _mouseOver
Field Value
Declaration
protected bool _popupStyle
Field Value
Properties
Declaration
public int BorderWidth { get; set; }
Property Value
Declaration
public ImageAttributes ImageAttributes { get; set; }
Property Value
Declaration
public int ImageIndexDisabled { get; set; }
Property Value
Declaration
public int ImageIndexEnabled { get; set; }
Property Value
Declaration
public ImageList ImageList { get; set; }
Property Value
Declaration
public bool PopupStyle { get; set; }
Property Value
Methods
Declaration
public void InternalConstruct(ImageList imageList, int imageIndexEnabled, int imageIndexDisabled, ImageAttributes imageAttr)
Parameters
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
Overrides
Declaration
protected override void OnMouseEnter(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Overrides
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
Overrides
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Overrides
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
Overrides
Implements