This documentation is for the old version. Go to the latest Graphics Mill docs

TextChangedEventArgs.TextInfoId Property

Gets an identifier of the textual piece of data which has been modified.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property TextInfoId As Integer
C#
public int TextInfoId { get; }

Property Value

An integer value which identifies piece of data which has been changed.

Remarks

ThumbnailListItem class provides access to the following pieces of text information:

Constant Description
TextInfoIdCreationDate File creation date.
TextInfoIdDisplayName Display name of the item (its file name without path with or without extention depending on Windows settings).
TextInfoIdFileSize File size.
TextInfoIdFileType File type name (as registered in Windows).
TextInfoIdPath Full path to the file.

If you implement your own list items, you should define identifiers of pieces of text information yourself.

See Also

Reference