I want to configure the web designer to disable the option of create or modify a dictionary but be able to create a new variable in the assigned dictionary.
I have configurate the following properties:
Code: Select all
StiWebDesignerOptions.Dictionary.AllowModifyDictionary = false;
StiWebDesignerOptions.Dictionary.AllowModifyVariables= true;
Code: Select all
StiOptions.Designer.Panels.Dictionary.ShowDictNewMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictOpenMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictSaveMenuItem = false;
Lucía morales