Table of Contents

Class SpeedButton

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Represents a Windows button - like control.

public class SpeedButton : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance
SpeedButton
Implements

Constructors

SpeedButton()

Initializes a new instance of the SpeedButton class with default settings.

SpeedButton(IContainer)

Initializes a new instance of the SpeedButton class with specified container.

Properties

AllowCheck

Gets or sets a value indicating whether button should automatically appear pressed in and not pressed in when clicked.

BorderColor

Gets or sets border color of this SpeedButton.

BorderStyle

Gets or sets border style of this SpeedButton.

Checked

Gets or sets a value indicating whether button appears pressed.

Hot
ImageIndex

Gets or sets the index value of the image displayed on this SpeedButton.

ImageList

Gets or sets the ImageList that contains the images to display in this SpeedButton.

ImageListHighDpi

Gets or sets the ImageList that contains the images to display in this SpeedButton for high DPI.

Pressed

Methods

Dispose(bool)

Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources.

OnAllowCheckChanged()
OnBorderStyleChanged()
OnCheckedChanged(EventArgs)

Raises the CheckedChaged event.

OnImageIndexChanged()
OnImagesChanged()
OnImagesHighDpiChanged()
OnMouseDown(MouseEventArgs)

Raises the MouseDown event.

OnMouseLeave(EventArgs)

Raises the MouseLeave event.

OnMouseMove(MouseEventArgs)

Raises the MouseMove event.

OnMouseUp(MouseEventArgs)

Raises the MouseUp event.

OnPaint(PaintEventArgs)

Raises the Paint event.

Events

CheckedChanged

Occurs when the value of the Checked property changes.