'Declaration
<SRDescriptionAttribute("FormDesktopBoundsDescr")> <System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("CatLayout")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property DesktopBounds As System.Drawing.Rectangle
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Rectangle instance.DesktopBounds = value value = instance.DesktopBounds
[SRDescription("FormDesktopBoundsDescr")] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.Drawing.Rectangle DesktopBounds {get; set;}
public read-write property DesktopBounds: System.Drawing.Rectangle;
SRDescriptionAttribute("FormDesktopBoundsDescr") System.ComponentModel.BrowsableAttribute() SRCategoryAttribute("CatLayout") System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) public function get,set DesktopBounds : System.Drawing.Rectangle
[SRDescription("FormDesktopBoundsDescr")] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property System.Drawing.Rectangle get_DesktopBounds(); public: __property void set_DesktopBounds( System.Drawing.Rectangle value );
[SRDescription("FormDesktopBoundsDescr")] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property System.Drawing.Rectangle DesktopBounds { System.Drawing.Rectangle get(); void set ( System.Drawing.Rectangle value); }