Enum EnsureVisibleBehaviorType
Describes how EnsureVisible() calls are forwarded to a FlavorElement.
public enum EnsureVisibleBehaviorType
Fields
Always = 0EnsureVisible() is always called if the flavor element is the target or part of the lineage of an EnsureVisible() call.
Never = 2EnsureVisible() is never called on the flavor element.
TargetOnly = 1EnsureVisible() is only called if the flavor element is the target of an EnsureVisible() call.