DockingBarCollectionAdd メソッド (String, String, Int32, Int32, Boolean, Boolean) |
新しいドッキングウィンドウを追加します。
名前空間:
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,
bool enableVisualStyle,
bool enableDisplayFont
)
Public MustOverride Function Add (
uniqueName As String,
name As String,
cx As Integer,
cy As Integer,
enableVisualStyle As Boolean,
enableDisplayFont As Boolean
) As CustomDockingBar
パラメーター
- uniqueName
- 型: SystemString
ウィンドウに割り当てる一意の名前 - name
- 型: SystemString
ドッキングウィンドウの表示名 - cx
- 型: SystemInt32
ドッキングウィンドウの初期幅 - cy
- 型: SystemInt32
ドッキングウィンドウの初期高さ - enableVisualStyle
- 型: SystemBoolean
RootPro CAD のウィンドウの配色を使用するかどうかを示す値。ウィンドウの配色を使用する場合は true。使用しない場合は false。
true を指定した場合は、各 Control の BackColor、ForeColor が変更されます。Button の FlatStyle は、Flat に変更されます。
- enableDisplayFont
- 型: SystemBoolean
RootPro CAD の表示フォント、およびウィンドウの文字サイズを使用するかどうかを示す値。RootPro CAD の表示フォント、およびウィンドウの文字サイズを使用する場合は true。使用しない場合は false。
true を指定した場合は、各 Control の Font が変更されます。UserControl の AutoScaleMode は Dpi に変更されます。
戻り値
型:
CustomDockingBar追加したドッキングウィンドウを表す
CustomDockingBar。
関連項目