'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public ReadOnly Property IsRestrictedWindow As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean value = instance.IsRestrictedWindow
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public System.bool IsRestrictedWindow {get;}
public read-only property IsRestrictedWindow: System.Boolean;
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function get IsRestrictedWindow : System.boolean
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: __property System.bool get_IsRestrictedWindow();
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: property System.bool IsRestrictedWindow { System.bool get(); }