Gets or sets whether to raise a client-side change event only when the user releases the mouse button.
Syntax
Visual Basic (Declaration) | |
---|
Public Property RaiseChangeOnlyOnMouseUp As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SliderCellType
Dim value As Boolean
instance.RaiseChangeOnlyOnMouseUp = value
value = instance.RaiseChangeOnlyOnMouseUp |
C# | |
---|
public bool RaiseChangeOnlyOnMouseUp {get; set;} |
Property Value
Boolean:
true to raise a client-side event;
false otherwise
Remarks
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