Method RemoveAt
RemoveAt(int?)
Removes tab page with the specified index.
public virtual bool RemoveAt(int? index)
Parameters
indexint?The index of the tab page.
Returns
- bool
trueif tab page was removed,falseotherwise.
Removes tab page with the specified index.
public virtual bool RemoveAt(int? index)
index int?The index of the tab page.
true if tab page was removed, false otherwise.