Hide Custom Command from Command Search in AutoCAD

Hide Custom Command from Command Search in AutoCAD

santhoshr151194
Contributor Contributor
229 Views
1 Reply
Message 1 of 2

Hide Custom Command from Command Search in AutoCAD

santhoshr151194
Contributor
Contributor

Is there a way to hide or exclude custom commands from the command search ?

0 Likes
230 Views
1 Reply
Reply (1)
Message 2 of 2

ActivistInvestor
Mentor
Mentor

 

[CommandMethod("MYHIDDENCOMMAND", CommandFlags.NoMultiple|CommandFlags.NoHistory)]
public static void MyHiddenCommand()
{
}