Interface IScrollingButton
Represents properties specifying appearance and behaviour of button displayed on the scroll bar.
public interface IScrollingButton : IDisposable
Properties
- AllowCheck
When implemented by a class, gets or sets a value indicating whether button should automatically appear pressed in and not pressed in when clicked.
- BorderStyle
When implemented by a class, gets or sets the border style for this
IScrollingButton
.
- Button
When implemented by a class, represents windowed control that appears as a button.
- Checked
When implemented by a class, gets or sets a boolean value indicating whether button appears pressed.
- Description
When implemented by a class, gets or sets a string value that specifies short description of this
IScrollingButton
.
- GroupIndex
When implemented by a class, gets or sets a value allows buttons to work together as a group.
- ImageIndex
When implemented by a class, gets or sets the index of the image displayed for this
IScrollingButton
.
- Images
When implemented by a class, gets or sets the ImageList for this
IScrollingButton
.
- ImagesHighDpi
When implemented by a class, gets or sets the ImageList for high DPI for this
IScrollingButton
.
- Name
When implemented by a class, gets or sets a string value that specifies the name of this
IScrollingButton
.
- Scrolling
When implemented by a class, gets or sets
IScrolling
contains this button.
- Visible
When implemented by a class, gets or sets a value indicating whether this
IScrollingButton
is visible.
Methods
- Assign(IScrollingButton)
When implemented by a class, copies the contents of another
IScrollingButton
object.