Table of Contents

Interface IScrollingButton

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

Represents properties specifying appearance and behavior 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.

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.