Method SetPageBitmap
SetPageBitmap(int, ImageSet?)
Sets the bitmap for the page.
public bool SetPageBitmap(int page, ImageSet? bitmap)
Parameters
Returns
Remarks
To remove a bitmap from the tab caption, pass null
.
Sets the bitmap for the page.
public bool SetPageBitmap(int page, ImageSet? bitmap)
To remove a bitmap from the tab caption, pass null
.