How to disable Master Shortcut?

S

Sergey Zamansky

Hi,
I'd like to disable several Master Shortcuts on stencil depending on user
selection in the drawing page. In such case the user will not be able to
drag the master onto the drawing page. Is it possible?

Thanks,
Sergey
 
D

David Parker

You can programmitcally hide any master by setting its Hidden property to
true
 
Top