I have a CommandBarControl and on the click of this control, I want to get a number as user input.
private void oControlHandler_Click(object CommandBarControl, ref bool Handled, ref bool CancelDefault)
{
//get a number as user input
//do some work on input
}
How to get user input? I am using VS 2013 and .NET framework 4.0.