|
|
|
reason Field, StrategyClass Class |
Defines the reason for the current operation.
Syntax StrategyClass Class (Softelvdm.Controls)
VB |
Public Property reason As StrategyReasonEnum |
C# |
public StrategyReasonEnum reason; |
C++ |
public: StrategyReasonEnum reason; |
Field Value
Defines the current operation requested.
Value |
Description |
|
0 | The size and position of visible objects is requested. | |
1 | Rendering is requested. | |
2 | A mouse button down event must be handled. | |
3 | A mouse button double-click must be handled. | |
4 | A mouse button release must be handled. | |
5 | A mouse cursor movement must be handled. | |
6 | The dimensions of an object are requested. |
Comments
The reason field defines the reason for the current operation.
Version Information
Supported in version 1.0.
Products Table