ARUP.IssueTracker.Navisworks.CASERibbon.TryShowCommandHelp C# (CSharp) Method

TryShowCommandHelp() public method

public TryShowCommandHelp ( String commandId ) : bool
commandId String
return bool
    public override bool TryShowCommandHelp(String commandId)
    {
      MessageBox.Show("Showing Help for command with the Id " + commandId);
      return true;
    }