Method RemoveAt
RemoveAt(int?)
Removes tab page with the specified index.
public virtual bool RemoveAt(int? index)
Parameters
index
int?The index of the tab page.
Returns
- bool
true
if tab page was removed,false
otherwise.
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.