翻訳への提案を行います
 
他のユーザーによる提案:

progress indicator
他の提案はありません。
クリックして評価とフィードバックをお寄せください
MSDN
MSDN ライブラリ
.NET 開発
.NET Framework 4
System.Windows 名前空間
System.Windows.Forms
Control クラス
Control メソッド
UpdateBounds メソッド
 UpdateBounds メソッド (Int32, Int32, In...
すべて縮小/すべて展開 すべて縮小
コンテンツの表示:   英語と日本語を並べて表示コンテンツの表示: 英語と日本語を並べて表示
.NET Framework Class Library
Control..::.UpdateBounds Method (Int32, Int32, Int32, Int32, Int32, Int32)

Updates the bounds of the control with the specified size, location, and client size.

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
Visual Basic
Protected Sub UpdateBounds ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer, _
    clientWidth As Integer, _
    clientHeight As Integer _
)
C#
protected void UpdateBounds(
    int x,
    int y,
    int width,
    int height,
    int clientWidth,
    int clientHeight
)
Visual C++
protected:
void UpdateBounds(
    int x, 
    int y, 
    int width, 
    int height, 
    int clientWidth, 
    int clientHeight
)
F#
member UpdateBounds : 
        x:int * 
        y:int * 
        width:int * 
        height:int * 
        clientWidth:int * 
        clientHeight:int -> unit 

Parameters

x
Type: System..::.Int32
The X coordinate of the control.
y
Type: System..::.Int32
The Y coordinate of the control.
width
Type: System..::.Int32
The Width of the control.
height
Type: System..::.Int32
The Height of the control.
clientWidth
Type: System..::.Int32
The client Width of the control.
clientHeight
Type: System..::.Int32
The client Height of the control.

If the new Size of the control is different from the previous Size, the SizeChanged event is raised. Likewise, if the Location of the control changes, the LocationChanged event is raised.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework クラス ライブラリ
Control..::.UpdateBounds メソッド (Int32, Int32, Int32, Int32, Int32, Int32)

コントロールの範囲を指定したサイズ、位置、およびクライアント サイズで更新します。

名前空間:  System.Windows.Forms
アセンブリ:  System.Windows.Forms (System.Windows.Forms.dll 内)
Visual Basic
Protected Sub UpdateBounds ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer, _
    clientWidth As Integer, _
    clientHeight As Integer _
)
C#
protected void UpdateBounds(
    int x,
    int y,
    int width,
    int height,
    int clientWidth,
    int clientHeight
)
Visual C++
protected:
void UpdateBounds(
    int x, 
    int y, 
    int width, 
    int height, 
    int clientWidth, 
    int clientHeight
)
F#
member UpdateBounds : 
        x:int * 
        y:int * 
        width:int * 
        height:int * 
        clientWidth:int * 
        clientHeight:int -> unit 

パラメーター

x
型: System..::.Int32
コントロールの X 座標。
y
型: System..::.Int32
コントロールの Y 座標。
width
型: System..::.Int32
コントロールの Width
height
型: System..::.Int32
コントロールの Height
clientWidth
型: System..::.Int32
コントロールのクライアント Width
clientHeight
型: System..::.Int32
コントロールのクライアント Height

コントロールの新しい Size が前の Size と異なる場合は、SizeChanged イベントが発生します。 同様に、コントロールの Location が変更された場合は、LocationChanged イベントが発生します。

.NET Framework

サポート対象: 4、3.5、3.0、2.0、1.1、1.0

.NET Framework Client Profile

サポート対象: 4、3.5 SP1

Windows 7, Windows Vista SP1 以降, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core はサポート対象外), Windows Server 2008 R2 (SP1 以降で Server Core をサポート), Windows Server 2003 SP2

.NET Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
コミュニティ コンテンツ   コミュニティ コンテンツとは
新しいコンテンツの追加 RSS  注釈
Processing
© 2012 Microsoft. All rights reserved. 使用条件 | 商標 | プライバシー
Page view tracker