Intersoft ClientUI Documentation
CoerceValue Method



The new value to apply to the Value property of the control.
Enforces the control to apply the specified value regardless of any conditions.
Syntax
Public Sub CoerceValue( _
   ByVal value As Double _
) 
Dim instance As UXScrollBar
Dim value As Double
 
instance.CoerceValue(value)
public void CoerceValue( 
   double value
)
public:
void CoerceValue( 
   double value
) 

Parameters

value
The new value to apply to the Value property of the control.
Requirements

Target Platforms: Windows 7, 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

Reference

UXScrollBar Class
UXScrollBar Members

Send Feedback