Piccolo.NET

PSelectionEventHandler.IsMarqueeSelection Method 

Returns a value indicating whether the event represents a marquee selection or a normal selection.

public virtual bool IsMarqueeSelection(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Return Value

True if the input event represents a marquee selection; otherwise, false.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace