| 
 | 
 | 
 | 
| StrategyReasonEnum Enumeration | 
Defines the current operation requested.
Syntax StrategyReasonEnum Enumeration (Softelvdm.Controls)
| VB | Public Enum StrategyReasonEnum | 
| C# | public enum StrategyReasonEnum | 
| C++ | public enum class StrategyReasonEnum | 
| Member | Value | Description | 
| Eval | 0 | The size and position of visible objects is requested. | 
| Paint | 1 | Rendering is requested. | 
| MouseDown | 2 | A mouse button down event must be handled. | 
| MouseDown2 | 3 | A mouse button double-click must be handled. | 
| MouseUp | 4 | A mouse button release must be handled. | 
| Hover | 5 | A mouse cursor movement must be handled. | 
| Dimensions | 6 | The dimensions of an object are requested. | 
Comments
The StrategyReasonEnum enumeration defines the current operation requested.
Calls to a part's StrategyRoutine include information about the requested operation in the StrategyClass object.
Version Information
Supported in version 1.0.
   Products Table