Piccolo.NET

PSelectionEventHandler.IsOptionSelection Method 

Returns a value indicating whether or not the input event was modified with a Shift key, in which case multiple selections will be allowed.

public virtual bool IsOptionSelection(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Return Value

True if the input event was modified with a shift key; otherwise false.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace