DockingBarCollectionAdd メソッド (String, String, Int32, Int32) |
新しいドッキングウィンドウを追加します。
名前空間:
RootPro.RootProCAD.UI
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract CustomDockingBar Add(
string uniqueName,
string name,
int cx,
int cy
)
Public MustOverride Function Add (
uniqueName As String,
name As String,
cx As Integer,
cy As Integer
) As CustomDockingBar
パラメーター
- uniqueName
- 型: SystemString
ウィンドウに割り当てる一意の名前 - name
- 型: SystemString
ドッキングウィンドウの表示名 - cx
- 型: SystemInt32
ドッキングウィンドウの初期幅 - cy
- 型: SystemInt32
ドッキングウィンドウの初期高さ
戻り値
型:
CustomDockingBar追加したドッキングウィンドウを表す
CustomDockingBar。
関連項目