Search Results for

    Show / Hide Table of Contents

    Class FlowRibbonButton

    Ribbon button to execute flow events

    Inheritance
    System.Object
    RibbonButton
    FlowRibbonButton
    Inherited Members
    RibbonButton.SmallIconNameProperty
    RibbonButton.LargeIconNameProperty
    RibbonButton.TextLocalizationKeyProperty
    RibbonButton.TooltipLocalizationKeyProperty
    RibbonButton.IsInDeveloperModeProperty
    RibbonButton.SmallIconName
    RibbonButton.LargeIconName
    RibbonButton.TextLocalizationKey
    RibbonButton.TooltipLocalizationKey
    RibbonButton.IsInDeveloperMode
    Namespace: Simplic.Studio.UI.Navigation
    Assembly: Simplic.Studio.UI.Navigation.dll
    Syntax
    public class FlowRibbonButton : RibbonButton

    Constructors

    | Improve this Doc View Source

    FlowRibbonButton()

    Initialize flow ribbon button

    Declaration
    public FlowRibbonButton()
    | Improve this Doc View Source

    FlowRibbonButton(ILocalizationService, IIconService)

    Initialize flow ribbon button

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

    Localization service instance

    IIconService iconService

    Icon service instance

    Fields

    | Improve this Doc View Source

    FlowEventNameProperty

    Flow event name dependency property

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

    Properties

    | Improve this Doc View Source

    FlowEventName

    Gets or sets the flow event name

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

    Methods

    | Improve this Doc View Source

    OnDeveloperModeChanged(Boolean, Boolean)

    Will be called if the developer mode has changed.

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

    Developer mode state

    System.Boolean oldValue

    Developer mode state

    Overrides
    RibbonButton.OnDeveloperModeChanged(Boolean, Boolean)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx