keytips and shortcuts
shortcut for hard space
This commit is contained in:
@@ -703,6 +703,9 @@ namespace Volian.Controls.Library
|
||||
|
||||
private void btnBookmarks_Click(object sender, EventArgs e)
|
||||
{
|
||||
//_RibbonControl.KeyTipsEnabled = true;
|
||||
|
||||
//SendKeys.Send("{F10}");
|
||||
StepPanelTabDisplayEventArgs args = new StepPanelTabDisplayEventArgs("Bookmarks");
|
||||
MyStepItem.MyStepPanel.OnTabDisplay(sender, args);
|
||||
}
|
||||
@@ -724,6 +727,8 @@ namespace Volian.Controls.Library
|
||||
StepPanelTabDisplayEventArgs args = new StepPanelTabDisplayEventArgs("Annots");
|
||||
MyStepItem.MyStepPanel.OnTabDisplay(sender, args);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
public enum E_FieldToEdit { StepText, Text, Number };
|
||||
}
|
||||
|
Reference in New Issue
Block a user