SpreadsheetGear 2012
DesktopLocation Property (WorkbookDesigner)






Syntax
'Declaration
 
<SRDescriptionAttribute("The location of this form in desktop coordinates.")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRCategoryAttribute("Layout")>
Public Property DesktopLocation As System.Drawing.Point
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Point
 
instance.DesktopLocation = value
 
value = instance.DesktopLocation
[SRDescription("The location of this form in desktop coordinates.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Layout")]
public System.Drawing.Point DesktopLocation {get; set;}
public read-write property DesktopLocation: System.Drawing.Point; 
SRDescriptionAttribute("The location of this form in desktop coordinates.")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRCategoryAttribute("Layout")
public function get,set DesktopLocation : System.Drawing.Point
[SRDescription("The location of this form in desktop coordinates.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Layout")]
public: __property System.Drawing.Point get_DesktopLocation();
public: __property void set_DesktopLocation( 
   System.Drawing.Point value
);
[SRDescription("The location of this form in desktop coordinates.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Layout")]
public:
property System.Drawing.Point DesktopLocation {
   System.Drawing.Point get();
   void set (    System.Drawing.Point value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members

Send Feedback