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