'Declaration
<SRCategoryAttribute("Layout")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("The bounds of this form in desktop coordinates.")> Public Property DesktopBounds As System.Drawing.Rectangle
'Usage
Dim instance As EditSourceDialog Dim value As System.Drawing.Rectangle instance.DesktopBounds = value value = instance.DesktopBounds
[SRCategory("Layout")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The bounds of this form in desktop coordinates.")] public System.Drawing.Rectangle DesktopBounds {get; set;}