New to Telerik UI for WinFormsStart a free 30-day trial

Implements a transaction that is associated with a FloatWindow operation.

Definition

Constructors

Initializes a new FloatTransaction instance.

C#
public FloatTransaction(IEnumerable<DockWindow> windows, SplitPanel panel, Rectangle bounds, DockType containerType)
Parameters:windowsIEnumerable<DockWindow>panelSplitPanelboundsRectanglecontainerTypeDockType

Initializes a new FloatTransaction instance.

C#
public FloatTransaction(IEnumerable<DockWindow> windows, SplitPanel panel, Rectangle bounds)
Parameters:windowsIEnumerable<DockWindow>panelSplitPanelboundsRectangle

Properties

Gets the SplitPanel instance, associated with the transaction. Valid when a ToolTabStrip has been floated.

C#
public SplitPanel AssociatedPanel { get; }

Gets the bounds at which the associated windows should be floated.

C#
public Rectangle Bounds { get; }

Gets the type of the container the floating windows should have.

C#
public DockType ContainerDockType { get; }

Returns the Float dock transaction type.

C#
public override DockTransactionType TransactionType { get; }

Overrides: RadDockTransaction.TransactionType