Sets Dragged property.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected void SetDragged( bool value ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetDragged ( _ value As Boolean _ ) |
| Visual C++ |
|---|
protected: void SetDragged( bool value ) |
Parameters
- value
- Type: System..::.Boolean