Hello, could you please provide me some samples of how to make toolbar visable after open RUI files using c#?
Currently, I am using “ToolbarFile tb_file = tb_collection.Open(toolbarFilePath); Toolbar tb = tb_file.GetToolbar(0); Panels.OpenPanel(tb.Id);”, but it doesn’t work. The checkbox in toolbar setting would not be checked unless I check it manually.
Could anyone provide me some samples of how to make toolbar visable after open RUI files using c#?
Currently, I am using “ToolbarFile tb_file = tb_collection.Open(toolbarFilePath); Toolbar tb = tb_file.GetToolbar(0); Panels.OpenPanel(tb.Id);”, but it doesn’t work. The checkbox in toolbar setting would not be checked unless I check it manually.