Piccolo.NET

PSelectionEventHandler.StartOptionMarqueeSelection Method 

Starts an option marquee selection sequence (i.e. a marquee selection sequence where the Shift key was pressed).

protected virtual void StartOptionMarqueeSelection(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Remarks

Notes to Inheritors: Subclasses can override this method to be notified at the beginning of an option marquee selection sequence.

Overriding methods must still call base.StartOptionMarqueeSelection() for correct behavior.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace