documentationfor yFiles for HTML 3.0.0.3

Usages of SelectionPolicy

Properties

policyin LassoSelectionEventArgsGets a value determining the SelectionPolicy that is currently set by the user.
selectionPolicyin LassoSelectionInputModeGets the current or last SelectionPolicy as determined by the EventRecognizers.
policyin MarqueeSelectionEventArgsGets a value determining the SelectionPolicy that is currently set by the user.
selectionPolicyin MarqueeSelectionInputModeGets the current or last SelectionPolicy as determined by the EventRecognizers.

Method Return Values

from (SelectionPolicy)in SelectionPolicyConverts the given argument to an enum constant of this enum type.

Method Parameters

lassoSelect (GeneralPath, SelectionPolicy?)in GraphInputModePerforms lasso-selection with the given path.
marqueeSelect (Rect, SelectionPolicy?)in GraphInputModePerforms marquee selection with the given rectangle.
onLassoSelect (IInputModeContext, GeneralPath, SelectionPolicy)in GraphInputModePerforms lasso-selection with the given path.
onMarqueeSelect (IInputModeContext, Rect, SelectionPolicy)in GraphInputModePerforms marquee selection with the given rectangle.
from (SelectionPolicy)in SelectionPolicyConverts the given argument to an enum constant of this enum type.
getName (SelectionPolicy)in SelectionPolicyReturns the name of the given enum constant.