How to use ReadOnly property in a workspace add-in
Content
I'm having trouble using the ReadOnly property in a workspace add-in. The pre-generated code provides the following line of code:
public bool ReadOnly { get; set; }
I assume this property is accessed by the workspace, but I can't get it to be anything other than false
Has anybody been able to implement this at all. If so, please show me how to use it.
Version
August 20150