'Declaration Public Sub AddToLayout( _ ByVal manager As DockingManager, _ ByVal strategy As AnchorableShowStrategy _ )
'Usage Dim instance As LayoutAnchorable Dim manager As DockingManager Dim strategy As AnchorableShowStrategy instance.AddToLayout(manager, strategy)
public void AddToLayout( DockingManager manager, AnchorableShowStrategy strategy )
Parameters
- manager
- The DockingManager to whose layout the anchorable will be added.
- strategy
- The strategy (relative position, such as left, right, bottom, top) used for the anchorable.