WPF

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

    Show / Hide Table of Contents

    Class DocMenuItem

    Presents menu item of header in MDI mode.

    Inheritance
    System.Object
    DocMenuItem
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class DocMenuItem : MenuItem

    Constructors

    DocMenuItem()

    Declaration
    public DocMenuItem()

    Fields

    ActiveIconBrushProperty

    Presents active icon brush.

    Declaration
    public static readonly DependencyProperty ActiveIconBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DisableIconBrushProperty

    Presents disable icon brush.

    Declaration
    public static readonly DependencyProperty DisableIconBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IconBrushProperty

    Presents icon brush.

    Declaration
    public static readonly DependencyProperty IconBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ActiveIconBrush

    Gets or sets the value of the ActiveIconBrush dependency property.

    Declaration
    public DrawingBrush ActiveIconBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.DrawingBrush

    DisableIconBrush

    Gets or sets the value of the DisableIconBrush dependency property.

    Declaration
    public DrawingBrush DisableIconBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.DrawingBrush

    IconBrush

    Gets or sets the value of the IconBrush dependency property.

    Declaration
    public DrawingBrush IconBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.DrawingBrush

    Methods

    OnActiveIconBrushChanged(DependencyPropertyChangedEventArgs)

    Raises ActiveIconBrushChanged event.

    Declaration
    protected virtual void OnActiveIconBrushChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    Property change details, such as old value and new value.

    OnDisableIconBrushChanged(DependencyPropertyChangedEventArgs)

    Raises DisableIconBrushChanged event.

    Declaration
    protected virtual void OnDisableIconBrushChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    Property change details, such as old value and new value.

    OnIconBrushChanged(DependencyPropertyChangedEventArgs)

    Raises IconBrushChanged event.

    Declaration
    protected virtual void OnIconBrushChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    Property change details, such as old value and new value.

    Events

    ActiveIconBrushChanged

    Event that is raised when ActiveIconBrush property is changed.

    Declaration
    public event PropertyChangedCallback ActiveIconBrushChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    DisableIconBrushChanged

    Event that is raised when DisableIconBrush property is changed.

    Declaration
    public event PropertyChangedCallback DisableIconBrushChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IconBrushChanged

    Event that is raised when IconBrush property is changed.

    Declaration
    public event PropertyChangedCallback IconBrushChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved