'Declaration Public Function Remove( _
ByVal itemЭлемент для удаления с панели.As RectangleFigure _
) As Boolean
public bool Remove(
RectangleFigure item
)
public: bool Remove(
RectangleFigure* item
)
public:
bool Remove(
RectangleFigure^ item
)
Parameters
- item
- Элемент для удаления с панели.
Return Value
True, если элемент успешно удален; в противном случае, false.