'Declaration
<SRDescriptionAttribute("FormDesktopBoundsDescr")> <System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("CatLayout")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property DesktopBounds As System.Drawing.Rectangle
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Rectangle instance.DesktopBounds = value value = instance.DesktopBounds
[SRDescription("FormDesktopBoundsDescr")] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.Drawing.Rectangle DesktopBounds {get; set;}