ComboBox.SetBounds, méthode (Int32, Int32, Int32, Int32, BoundsSpecified)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.Office.Tools.Excel.Controls
Assembly : Microsoft.Office.Tools.Excel.v4.0.Utilities (dans Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntaxe
'Déclaration
Public Overridable Sub SetBounds ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
specified As BoundsSpecified _
)
public virtual void SetBounds(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Paramètres
- x
Type : System.Int32
- y
Type : System.Int32
- width
Type : System.Int32
- height
Type : System.Int32
- specified
Type : System.Windows.Forms.BoundsSpecified
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.