Class MenuControlCommandModelList
Implements
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class MenuControlCommandModelList : List<MenuControlCommandModel>, IList<MenuControlCommandModel>, ICollection<MenuControlCommandModel>, IList, ICollection, IReadOnlyList<MenuControlCommandModel>, IReadOnlyCollection<MenuControlCommandModel>, IEnumerable<MenuControlCommandModel>, IEnumerable
Constructors
MenuControlCommandModelList(string, DrawingImage)
Declaration
public MenuControlCommandModelList(string title, DrawingImage image)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | |
| DrawingImage | image |
Properties
Image
Declaration
public DrawingImage Image { get; }
Property Value
| Type | Description |
|---|---|
| DrawingImage |
Title
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |