Table of Contents

Method SetPageBitmap

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetPageBitmap(int, ImageSet?)

Sets the bitmap for the page.

public bool SetPageBitmap(int page, ImageSet? bitmap)

Parameters

page int

Page index.

bitmap ImageSet

Bitmap for the page.

Returns

bool

Remarks

To remove a bitmap from the tab caption, pass null.