Search Results for

    Show / Hide Table of Contents

    Class RibbonButton

    Simplic studio basic ribbon button

    Inheritance
    System.Object
    RibbonButton
    FlowRibbonButton
    Namespace: Simplic.Studio.UI.Navigation
    Assembly: Simplic.Studio.UI.Navigation.dll
    Syntax
    public class RibbonButton : RadRibbonButton

    Constructors

    | Improve this Doc View Source

    RibbonButton()

    Initialize button

    Declaration
    public RibbonButton()
    | Improve this Doc View Source

    RibbonButton(ILocalizationService, IIconService)

    Initialize button

    Declaration
    public RibbonButton(ILocalizationService localizationService, IIconService iconService)
    Parameters
    Type Name Description
    ILocalizationService localizationService

    Localization service instance

    IIconService iconService

    Icon service instance

    Fields

    | Improve this Doc View Source

    IsInDeveloperModeProperty

    Is in developer mode dependency property

    Declaration
    public static readonly DependencyProperty IsInDeveloperModeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    LargeIconNameProperty

    Large icon dependency property

    Declaration
    public static readonly DependencyProperty LargeIconNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    SmallIconNameProperty

    Small icon dependency property

    Declaration
    public static readonly DependencyProperty SmallIconNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    TextLocalizationKeyProperty

    Text localization key dependency property

    Declaration
    public static readonly DependencyProperty TextLocalizationKeyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    TooltipLocalizationKeyProperty

    Tooltip localization key dependency property

    Declaration
    public static readonly DependencyProperty TooltipLocalizationKeyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    IsInDeveloperMode

    Gets or sets whether the button is in developer mode

    Declaration
    public bool IsInDeveloperMode { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LargeIconName

    Gets or set sthe large icon name

    Declaration
    public string LargeIconName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SmallIconName

    Gets or sets the small icon name

    Declaration
    public string SmallIconName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TextLocalizationKey

    Gets or sets the localization key for the Text property

    Declaration
    public string TextLocalizationKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TooltipLocalizationKey

    Gets or sets the localization key for the Tooltip property

    Declaration
    public string TooltipLocalizationKey { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    OnDeveloperModeChanged(Boolean, Boolean)

    Developer mode changed handler

    Declaration
    protected virtual void OnDeveloperModeChanged(bool newValue, bool oldValue)
    Parameters
    Type Name Description
    System.Boolean newValue

    New value

    System.Boolean oldValue

    Old value

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx