'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Protected Overridable ReadOnly Property ShowWithoutActivation As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean value = instance.ShowWithoutActivation
[System.ComponentModel.Browsable(false)] protected virtual System.bool ShowWithoutActivation {get;}
protected read-only property ShowWithoutActivation: System.Boolean; virtual;
System.ComponentModel.BrowsableAttribute()
protected function get ShowWithoutActivation : System.boolean
[System.ComponentModel.Browsable(false)] protected: __property virtual System.bool get_ShowWithoutActivation();
[System.ComponentModel.Browsable(false)] protected: virtual property System.bool ShowWithoutActivation { System.bool get(); }