Version

ConstrainDelta Method (PaneSplitter)

Invoked to allow a derived class to control the range with which the splitter may be dragged.
Syntax
'Declaration
 
Protected Overridable Function ConstrainDelta( _
   ByVal delta As Double _
) As Double
protected virtual double ConstrainDelta( 
   double delta
)

Parameters

delta
The offset from the current position.

Return Value

The contrained delta
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also