Button.SetBoundsCore - метод
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Этот член переопределяет Control.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).
Пространство имен: Microsoft.Office.Tools.Word.Controls
Сборка: Microsoft.Office.Tools.Word.v4.0.Utilities (в Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Синтаксис
'Декларация
Protected Overrides Sub SetBoundsCore ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
specified As BoundsSpecified _
)
protected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Параметры
- x
Тип: System.Int32
- y
Тип: System.Int32
- width
Тип: System.Int32
- height
Тип: System.Int32
- specified
Тип: System.Windows.Forms.BoundsSpecified
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.