CustomDockingBarAdjustFloatingBar Method (Int32, Int32) |
Resizes the docking window by specifying the size of the client area.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void AdjustFloatingBar(
int cx,
int cy
)
Public MustOverride Sub AdjustFloatingBar (
cx As Integer,
cy As Integer
)
Parameters
- cx
- Type: SystemInt32
- cy
- Type: SystemInt32
See Also