Class RibbonButtonChecker
Represents RibbonButtonChecker items control.
Inheritance
System.Object
RibbonButtonChecker
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class RibbonButtonChecker : ItemsControl
Constructors
RibbonButtonChecker()
Initializes a new instance of the RibbonButtonChecker class.
Declaration
public RibbonButtonChecker()
Fields
CheckedButtonProperty
Defines check button.
Declaration
public static readonly DependencyProperty CheckedButtonProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CheckedButton
Gets or sets the checked button.
Declaration
public RibbonButton CheckedButton { get; set; }
Property Value
Type | Description |
---|---|
RibbonButton | The checked button. |
Methods
OnCheckedButtonChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises CheckedButtonChanged event.
Declaration
protected virtual void OnCheckedButtonChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property change details, such as old value and new value. |
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | Returns the button value |
OnPreviewTouchDown(TouchEventArgs)
Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element.
Declaration
protected override void OnPreviewTouchDown(TouchEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.TouchEventArgs | e | The event data |
Events
CheckedButtonChanged
Event that is raised when CheckedButton property is changed.
Declaration
public event PropertyChangedCallback CheckedButtonChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |