Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

IsDimensionCall Property, StrategyClass Class

Returns whether the call to the StrategyRoutine occurred to obtain dimension information.

Class: StrategyClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public bool IsDimensionCall { get; }
Public ReadOnly Property IsDimensionCall As Boolean

Value

True the call to the StrategyRoutine occurred to obtain dimension information (StrategyClass.reason == StrategyReasonEnum.Dimensions), otherwise False.

Comments

Returns whether the call to the StrategyRoutine occurred to obtain dimension information.

See Also StrategyClass Class | Classes | SftTree/NET 2.0