Method RemovePage
RemovePage(int)
Removes a page, without deleting the attached control.
public bool RemovePage(int page)
Parameters
page
intPage index
Returns
- bool
true
if operation was successfull,false
otherwise.
Removes a page, without deleting the attached control.
public bool RemovePage(int page)
page
intPage index
true
if operation was successfull,
false
otherwise.