Name | Description | |
---|---|---|
Adds a new shape to the end of the list box. |
||
Overloaded. Adds the specified shapes to the end of the list box. |
||
Removes all shapes from the list box. |
||
Gets the shape at the specified index in the list box. |
||
Inserts the specified shape at the specified position. |
||
Invalidates shape at the specified index causing it to be redrawn. |
||
Removes the shape at the specified index. |
||
Sets a new shape at the specified position. |
||
Enters inplace-edit mode, allowing users to edit the label of the selected shape. |
Name | Description | |
---|---|---|
ListBox.OnDrawItem override. |
||
Control.OnKeyDown override. |
||
ListBox.OnMeasureItem override. |
||
Control.OnMouseDown override. |
||
Control.OnMouseMove override. |
||
ListBox.OnSelectedIndexChanged override. |
||
Raises the ShapeRemoved event. |
||
Raises the ShapeRenamed event. |
||
Raises the ShapeSelected event. |