SpreadsheetGear 2017
DesktopLocation Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : DesktopLocation Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("FormDesktopLocationDescr")>
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property DesktopLocation As System.Drawing.Point
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Point
 
instance.DesktopLocation = value
 
value = instance.DesktopLocation
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormDesktopLocationDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point DesktopLocation {get; set;}
public read-write property DesktopLocation: System.Drawing.Point; 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("FormDesktopLocationDescr")
SRCategoryAttribute("CatLayout")
System.ComponentModel.BrowsableAttribute()
public function get,set DesktopLocation : System.Drawing.Point
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormDesktopLocationDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
public: __property System.Drawing.Point get_DesktopLocation();
public: __property void set_DesktopLocation( 
   System.Drawing.Point value
);
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormDesktopLocationDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
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