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 | |
Drawing |
image |
Properties
Image
Declaration
public DrawingImage Image { get; }
Property Value
Type | Description |
---|---|
Drawing |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
string |