Hi,
I got this code:
code:
<Control xsi:type="MenuButtonControl" Id="BtnDevvers">
<Position Top="0" Width="93" Left="2" />
<Attributes>
<AlwaysDisplayBorder>false</AlwaysDisplayBorder>
<AdjustArrowPos>true</AdjustArrowPos>
</Attributes>
<Menu Id="MnuOptions" VPos="Bottom" HPos="CenterLeft">
<MenuEntry Id="MnuDo">An menu</MenuEntry>
</Menu>
<Image Margin="4">
<Name>buddy-online</Name>
</Image>
<Caption>Online</Caption>
</Control>
But with what of function can i checked that one person clicked 'MnuDo' ?
I don't can't find an, i have tested a lot.