Поделиться через


DomainUpDown.SetBoundsCore Метод (2007 System)

Обновлен: Ноябрь 2007

Этот API поддерживает платформу Visual Studio Tools for Office и не должен вызываться непосредственно из вашего кода.

Этот член переопределяет Control.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).

Пространство имен:  Microsoft.Office.Tools.Word.Controls
Сборка:  Microsoft.Office.Tools.Word.v9.0 (в Microsoft.Office.Tools.Word.v9.0.dll)

Синтаксис

'Декларация
Protected Overrides Sub SetBoundsCore ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer, _
    specified As BoundsSpecified _
)
'Применение
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim specified As BoundsSpecified

Me.SetBoundsCore(x, y, width, height, _
    specified)
protected override void SetBoundsCore(
    int x,
    int y,
    int width,
    int height,
    BoundsSpecified specified
)

Параметры

Разрешения

См. также

Ссылки

DomainUpDown Класс

DomainUpDown - члены

Microsoft.Office.Tools.Word.Controls - пространство имен