2.3 (Current)
Search
K
Links

LinesAvailable

Property in LineProviderBehaviour

Summary

Gets a value indicating whether this line provider is ready to provide LocalizedLine objects. The default implementation returns true .
public virtual bool LinesAvailable { get };

Remarks

Subclasses should return false when the required resources needed to deliver lines are not yet ready, and true when they are.
Last modified 21d ago