WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonButtonChecker

    Show / Hide Table of Contents

    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 Description
    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 Description
    System.Windows.PropertyChangedCallback
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved