Table of Contents

Class ScrollingButton

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents button displayed at the scroll bar area of Edit control.

[TypeConverter("Alternet.Design.ScrollingButtonConverter, Alternet.Editor.Design.v9")]
public class ScrollingButton : IScrollingButton, IDisposable
Inheritance
ScrollingButton
Implements
Derived

Constructors

ScrollingButton()

Initializes a new instance of the ScrollingButton with default settings.

Properties

AllowCheck

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

BorderStyle

Gets or sets the border style for this ScrollingButton.

Button

Represents windowed control that appears as a button.

Checked

Gets or sets a boolean value indicating whether button appears pressed.

Description

Gets or sets a string value that specifies short description of this ScrollingButton.

GroupIndex

Gets or sets a value allows buttons to work together as a group.

ImageIndex

Gets or sets the index of the image displayed for this ScrollingButton.

Images

Gets or sets the ImageList for this ScrollingButton.

ImagesHighDpi

Gets or sets the ImageList for high DPI for this ScrollingButton.

Name

Gets or sets a string value that specifies the name of this ScrollingButton.

Scrolling

Gets or sets IScrolling contains this button.

Visible

Gets or sets a value indicating whether this ScrollingButton is visible.

Methods

Assign(IScrollingButton)

Copies the contents of another IScrollingButton object.

Button_CheckedChanged(object, EventArgs)
Button_MouseLeave(object, EventArgs)
Button_MouseMove(object, MouseEventArgs)
CreateButton()
Dispose()

Disposes this ScrollingButton and frees resources associated with it.

Dispose(bool)
~ScrollingButton()

Destroys the instance of the ScrollingButton class.

OnAllowCheckChanged()
OnBorderStyleChanged()
OnCheckedChanged()
OnDescriptionChanged()
OnGroupIndexChanged()
OnImageIndexChanged()
OnImageListChanged()
OnImageListHighDpiChanged()
OnNameChanged()
OnVisibleChanged()
ShouldSerializeDescription()

Indicates whether the Description property should be persisted.

UpdateGroupChecked()

Events

CheckedChanged

Occurs when the value of the Checked property changes.