NetXP 3.0 Reference

TabGroupSequence.StartResizeOperation Method 

Begins resize operation.

[Visual Basic]
NotOverridable Public Function StartResizeOperation( _
   ByVal bar As SizeBar, _
   ByRef screenBoundary As Rectangle _
) As Boolean Implements _
   IResizeSource.StartResizeOperation
[C#]
public bool StartResizeOperation(
   SizeBar bar,
   ref Rectangle screenBoundary
);

Parameters

bar
The size bar.
screenBoundary
The bounds of the screen.

Return Value

Allow resize operation to occur?

Implements

IResizeSource.StartResizeOperation

See Also

TabGroupSequence Class | NETXP.Controls.Docking Namespace