Page 1 of 1

Edit button in Preview

Posted: Fri Jul 14, 2006 4:21 am
by RobertDaytone
Hi!
Can I disable edit button in Preview?
Thanks!

Edit button in Preview

Posted: Fri Jul 14, 2006 4:46 am
by Edward
RobertDaytone wrote:Hi!
Can I disable edit button in Preview?
Thanks!
If you want to disable buttons in the Window of Preview you can use following code:

Code: Select all

StiOptions.Preview.Window.ShowPageDesignButton = false;
Thanks!