protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified); 参数 x Int32 控件的新 Left 属性值。 y Int32 控件的新 Top 属性值。 width Int32 控件的新 Width 属性值。 height Int32 控件的新 Height 属性值。 specified Bound...
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified); 参数 x Int32 控件的新 Left 属性值。 y Int32 控件的新 Top 属性值。 width Int32 控件的新 Width 属性值。 height Int32 控件的新 Height 属性值。 specified Bound...
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified); 參數 x Int32 控制項的新左方。 y Int32 控制項的新右方。 width Int32 控制項的新寬度。 height Int32 控制項的新高度。 specified Bou...
ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 方法 參考 意見反應 定義 命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 設定ToolBar 控制項的指定繫結。 C# 複製 protected override void SetBoundsCore (int x, int y, int width, int height, Syst...
WebBrowser.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) MethodReference Feedback DefinitionNamespace: Microsoft.Office.Tools.Word.Controls Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities.dll C# 複製 protected override void SetBoundsCore (int x, int y, int width, int...
LinkLabel.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) MethodReference Feedback DefinitionNamespace: Microsoft.Office.Tools.Word.Controls Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities.dll C# 複製 protected override void SetBoundsCore (int x, int y, int width, int ...
此成员重写 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 中)语法C# 复制 ...
此成员重写 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 中)语法C# 复制 protected override void SetBoundsCore( int x, int y,...
示例1: SetBoundsCore ▲点赞 13▼ protectedoverridevoidSetBoundsCore(intx,inty,intwidth,intheight, BoundsSpecified specified){// Set a fixed height and width for the control.base.SetBoundsCore(x, y,150,75, specified); } 开发者ID:.NET开发者,项目名称:System.Windows.Forms,代码行数:6,代码来源...
protectedoverridevoidSetBoundsCore(intx,inty,intwidth,intheight, System.Windows.Forms.BoundsSpecified specified); Parameters x Int32 New left of the control. y Int32 New right of the control. width Int32 New width of the control. height ...