Class DocMenuItem
Presents menu item of header in MDI mode.
Inheritance
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 |
---|
System.Windows.DependencyProperty |
DisableIconBrushProperty
Presents disable icon brush.
Declaration
public static readonly DependencyProperty DisableIconBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconBrushProperty
Presents icon brush.
Declaration
public static readonly DependencyProperty IconBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ActiveIconBrush
Gets or sets the value of the ActiveIconBrush dependency property.
Declaration
public DrawingBrush ActiveIconBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.DrawingBrush |
DisableIconBrush
Gets or sets the value of the DisableIconBrush dependency property.
Declaration
public DrawingBrush DisableIconBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.DrawingBrush |
IconBrush
Gets or sets the value of the IconBrush dependency property.
Declaration
public DrawingBrush IconBrush { get; set; }
Property Value
Type |
---|
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 |
---|
System.Windows.PropertyChangedCallback |
DisableIconBrushChanged
Event that is raised when DisableIconBrush property is changed.
Declaration
public event PropertyChangedCallback DisableIconBrushChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |
IconBrushChanged
Event that is raised when IconBrush property is changed.
Declaration
public event PropertyChangedCallback IconBrushChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |