Table of Contents

Constructor ItemData

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ItemData(string, int, ImageSource, bool)

Initializes a new instance of the ItemData class with specified parameters.

public ItemData(string s, int index, ImageSource image, bool useHtmlFormatting)

Parameters

s string

Text of this new instance.

index int

Index of this new instance.

image ImageSource

Image of this new instance.

useHtmlFormatting bool