Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

StrategyReasonEnum Enumeration

Defines the current operation requested.

Class: (none)
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public enum StrategyReasonEnum;
Public Enum StrategyReasonEnum

Values

NameDescription
EvalThe size and position of visible objects is requested.
PaintRendering is requested.
MouseDownA mouse button down event must be handled.
MouseDown2A mouse button double-click must be handled.
MouseUpA mouse button release must be handled.
HoverA mouse cursor movement must be handled.
DimensionsThe dimensions of an object are requested.

Comments

Defines the current operation requested.

Calls to a part's StrategyRoutine include information about the requested operation in the StrategyClass object.

See Also | Classes | SftTree/NET 2.0