Class ButtonItem
Inheritance
System.Object
ButtonItem
Assembly: Emby.Web.GenericEdit.dll
Constructors
Declaration
Declaration
public ButtonItem(List<ButtonItem> subMenuButtons)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<ButtonItem> |
subMenuButtons |
|
Declaration
public ButtonItem(string caption)
Parameters
Type |
Name |
Description |
System.String |
caption |
|
Properties
Gets or sets a value indicating whether the button can be hidden in views with limited screen space.
Declaration
public bool CanHideInCompactView { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this button can be hidden; otherwise, false .
|
CanShowAsPageButton
Gets or sets a value indicating whether the button can be moved to a common block of buttons on the page.
Declaration
public bool CanShowAsPageButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this button can be shown as page button; otherwise, false .
|
Declaration
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ConfirmationPrompt { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool CreateInBottomPanel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Data1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Data2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IconNames? Icon { get; set; }
Property Value
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public StandardIcons? StandardIcon { get; set; }
Property Value
Declaration
public List<ButtonItem> SubMenuButtons { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ButtonItem> |
|
Extension Methods