Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ToggleButtonItem

    Inheritance
    System.Object
    ButtonItem
    ToggleButtonItem
    Inherited Members
    ButtonItem.Caption
    ButtonItem.Icon
    ButtonItem.StandardIcon
    ButtonItem.IsEnabled
    ButtonItem.IsVisible
    ButtonItem.Data1
    ButtonItem.Data2
    ButtonItem.ConfirmationPrompt
    ButtonItem.CreateInBottomPanel
    ButtonItem.SubMenuButtons
    ButtonItem.CanShowAsPageButton
    ButtonItem.CanHideInCompactView
    Namespace: Emby.Web.GenericEdit.Elements
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class ToggleButtonItem : ButtonItem

    Constructors

    ToggleButtonItem()

    Declaration
    public ToggleButtonItem()

    ToggleButtonItem(String)

    Declaration
    public ToggleButtonItem(string caption)
    Parameters
    Type Name Description
    System.String caption

    Properties

    IsChecked

    Declaration
    public bool IsChecked { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsToogle

    Declaration
    public bool IsToogle { get; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.