Class SfRibbonButton
Represents class for RibbonButton
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonButton : SfButtonBase, IDisposable
Constructors
SfRibbonButton()
Initializes a new instance of the SfRibbonButton class.
Declaration
public SfRibbonButton()
Methods
OnPointerExited(PointerRoutedEventArgs)
Called when a pointer leaves the area of this element.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | pointer routed event parameter |
Overrides
Implements
System.IDisposable