Skip to content

UITabContainer.RemoveComponentFromTab(int, IUIComponent) Method

Definition

Namespace: Brine2D.UI

Removes a component from the specified tab.

public void RemoveComponentFromTab(int tabIndex, Brine2D.UI.IUIComponent component);

Parameters

tabIndex System.Int32

component IUIComponent