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
ScrollButtonDirection
direction
|
Properties
ArrowPrimitive
Gets an instance of ArrowPrimitive contained in the button.
Declaration
public ArrowPrimitive ArrowPrimitive { get; }
Property Value
ArrowPrimitive
|
ButtonBorder
Gets an instance of BorderPrimitive contained in the button.
Declaration
public BorderPrimitive ButtonBorder { get; }
Property Value
BorderPrimitive
|
ButtonFill
Gets an instance of FillPrimitive contained in the button.
Declaration
public FillPrimitive ButtonFill { get; }
Property Value
FillPrimitive
|
Direction
Gets or sets a value indicating the ScrollButtonDirection defined in the ScrollButtonDirection enumeration: up, right, buttom, and left.
Declaration
public ScrollButtonDirection Direction { get; set; }
Property Value
ScrollButtonDirection
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnClick(EventArgs)
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|