Table of Contents

Method RemoveStickyNote

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

RemoveStickyNote(string)

Removes a sticky note by ID.

public IStickyNote RemoveStickyNote(string id)

Parameters

id string

The sticky-note ID.

Returns

IStickyNote

The removed sticky note, or null when none matches.