Class ScrollingButton
Represents button displayed at the scroll bar area of Edit control.
[TypeConverter("Alternet.Design.ScrollingButtonConverter, Alternet.Design")]
public class ScrollingButton : IScrollingButton, IDisposable
- Inheritance
-
ScrollingButton
- Implements
Constructors
- ScrollingButton()
Initializes a new instance of the
ScrollingButtonwith 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.
- Name
Gets or sets a string value that specifies the name of this
ScrollingButton.
- Scrolling
Gets or sets
IScrollingcontains this button.
- Visible
Gets or sets a value indicating whether this
ScrollingButtonis visible.
Methods
- Assign(IScrollingButton)
Copies the contents of another
IScrollingButtonobject.
- Dispose()
Release resources of the
ScrollingButtonobject.
- ~ScrollingButton()
Destroys the instance of the
ScrollingButtonclass.
Events
- CheckedChanged
Occurs when the value of the
Checkedproperty changes.