Class FlowRibbonButton
Ribbon button to execute flow events
Inherited Members
Namespace: Simplic.Studio.UI.Navigation
Assembly: Simplic.Studio.UI.Navigation.dll
Syntax
public class FlowRibbonButton : RibbonButton
Constructors
| Improve this Doc View SourceFlowRibbonButton()
Initialize flow ribbon button
Declaration
public FlowRibbonButton()
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 SourceFlowEventNameProperty
Flow event name dependency property
Declaration
public static readonly DependencyProperty FlowEventNameProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
| Improve this Doc View SourceFlowEventName
Gets or sets the flow event name
Declaration
public string FlowEventName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnDeveloperModeChanged(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 |