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