BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
// To Hide the BackStage
ribbon1.HideBackStage();
|
<myControls:MyBackStageCommandButton Header="Click to get back" HideBackStageOnClick="true" Command="{Binding MyCommand]/>
[/code]
My control is just checking on every click if the property "HideBackStageOnClick" is set to true. If so, it finds the Ribbon as its parent and executes the HideBackStage method.
It would be an advantage if you could improve it on your side so I don't need to create my own control but just use the given one.
Tanks,
Marco