Inheritance
Object
MenuControl
Assembly: Sdl.Desktop.Platform.Controls.dll
public class MenuControl : ComboBox
Constructors
Declaration
Fields
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty MenuTypeProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty ParameterProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty ScopeProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
Declaration
public DrawingImage Image { get; set; }
Property Value
Type |
Description |
DrawingImage |
|
Declaration
public MenuType MenuType { get; set; }
Property Value
Declaration
public object Parameter { get; set; }
Property Value
Declaration
public MenuScope Scope { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Methods
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type |
Description |
DependencyObject |
|
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type |
Name |
Description |
Object |
item |
|
Returns
Declaration
public override void OnApplyTemplate()
Extension Methods