Button.SetBounds Yöntem (Int32, Int32, Int32, Int32, BoundsSpecified)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Ad alanı: Microsoft.Office.Tools.Excel.Controls
Derleme: Microsoft.Office.Tools.Excel.v4.0.Utilities (Microsoft.Office.Tools.Excel.v4.0.Utilities.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- x
Tür: System.Int32
- y
Tür: System.Int32
- width
Tür: System.Int32
- height
Tür: System.Int32
- specified
Tür: System.Windows.Forms.BoundsSpecified
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.