'Declaration Public Function Remove( _
ByVal itemThe element to remove from the panel.As RectangleFigure _
) As Boolean
public bool Remove(
RectangleFigure item
)
public: bool Remove(
RectangleFigure* item
)
public:
bool Remove(
RectangleFigure^ item
)
Parameters
- item
- The element to remove from the panel.
Return Value
True if element is removed successfully; otherwise, false.