Hi,
I have a MenuItemAdv and added a InputGestureText .
But the Text is not shown when I run my app.
That's how I defined it:
<syncfusion:MenuItemAdv x:Name="MenuEinstellungem" Header="Einstellungen" Height="36" Click="MenuEinstellungem_Click" InputGestureText="Ctrl+F" >
<syncfusion:MenuItemAdv.Icon>
<Image
Width="32"
Height="32"
Source="/images/btn_optionen_lrg.png" />
</syncfusion:MenuItemAdv.Icon>
</syncfusion:MenuItemAdv>
Thanks and Regards
Uwe
Hi Elakkiya ,
thanks for the sample. But this is a normal menu. I am using a context menu which will be opend when I use the right mouse button.
Regards
Uwe
Thanks
Vijayalakshmi
.
|
Recommended approach - exe will perform automatic configuration.
Please find the patch setup from below location:
HTTP Link(Nuget:
|
Thanks a lot.