SpreadsheetGear 2017
Bounds Property (FormulaBar)






SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Bounds Property
Syntax
'Declaration
 
<SRDescriptionAttribute("ControlBoundsDescr")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Bounds As System.Drawing.Rectangle
'Usage
 
Dim instance As FormulaBar
Dim value As System.Drawing.Rectangle
 
instance.Bounds = value
 
value = instance.Bounds
[SRDescription("ControlBoundsDescr")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle Bounds {get; set;}
public read-write property Bounds: System.Drawing.Rectangle; 
SRDescriptionAttribute("ControlBoundsDescr")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
SRCategoryAttribute("CatLayout")
System.ComponentModel.BrowsableAttribute()
public function get,set Bounds : System.Drawing.Rectangle
[SRDescription("ControlBoundsDescr")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
public: __property System.Drawing.Rectangle get_Bounds();
public: __property void set_Bounds( 
   System.Drawing.Rectangle value
);
[SRDescription("ControlBoundsDescr")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
public:
property System.Drawing.Rectangle Bounds {
   System.Drawing.Rectangle get();
   void set (    System.Drawing.Rectangle 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

FormulaBar Class
FormulaBar Members