SpreadsheetGear.Windows.Forms Namespace > ShapeExplorer Class : DesktopBounds Property |
'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 ShapeExplorer 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;}
public read-write property DesktopBounds: System.Drawing.Rectangle;
SRCategoryAttribute("Layout") System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("The bounds of this form in desktop coordinates.") public function get,set DesktopBounds : System.Drawing.Rectangle
[SRCategory("Layout")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The bounds of this form in desktop coordinates.")] public: __property System.Drawing.Rectangle get_DesktopBounds(); public: __property void set_DesktopBounds( System.Drawing.Rectangle value );
[SRCategory("Layout")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The bounds of this form in desktop coordinates.")] public: property System.Drawing.Rectangle DesktopBounds { System.Drawing.Rectangle get(); void set ( System.Drawing.Rectangle value); }
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