RibbonGalleryScrollUpButton Class
Represents a scroll up button control within a RibbonGallery.
public class RibbonGalleryScrollUpButton : RepeatButton
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl ButtonBase RepeatButton object
Constructors
RibbonGalleryScrollUpButton()
Initializes a new instance of the RibbonGalleryScrollUpButton class.
public RibbonGalleryScrollUpButton()
Methods
OnMouseLeftButtonDown(MouseButtonEventArgs)
Responds to the MouseLeftButtonDown event.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameter | Type | Description |
---|---|---|
e | MouseButtonEventArgs | The event data for a MouseLeftButtonDown event. |