Class ScrollBarButton
Represents a scrollbar button. There are two buttons in the implementation of the RadScrollBar: FirstButton and SecondButton.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class ScrollBarButton : RadButtonItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
ScrollBarButton()
Initializes a new instance of the ScrollBarButton class.
Declaration
public ScrollBarButton()
ScrollBarButton(ScrollButtonDirection)
Initializes a new instance of the ScrollBarButton class using scrollButtonDirection.
Declaration
public ScrollBarButton(ScrollButtonDirection direction)
Parameters
Scroll
|
Properties
ArrowPrimitive
Gets an instance of Arrow
Declaration
public ArrowPrimitive ArrowPrimitive { get; }
Property Value
ButtonBorder
Gets an instance of Border
Declaration
public BorderPrimitive ButtonBorder { get; }
Property Value
ButtonFill
Gets an instance of Fill
Declaration
public FillPrimitive ButtonFill { get; }
Property Value
Direction
Gets or sets a value indicating the Scroll
Declaration
public ScrollButtonDirection Direction { get; set; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnClick(EventArgs)
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.
|