Intersoft ClientUI Documentation
CoerceValue Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXScrollBar Class : CoerceValue Method






value
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

Visual Basic (Declaration) 
Public Sub CoerceValue( _
   ByVal value As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXScrollBar
Dim value As Double
 
instance.CoerceValue(value)
C# 
public void CoerceValue( 
   double value
)
Delphi 
public procedure CoerceValue( 
    value: Double
); 
JScript 
public function CoerceValue( 
   value : double
);
Managed Extensions for C++ 
public: void CoerceValue( 
   double value
) 
C++/CLI 
public:
void CoerceValue( 
   double value
) 

Parameters

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.