Returns the specified text information of the item.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Type: System.Int32
An integer value identifying the type of requested text information.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. |
Do not overload this method to change (concatenate) strings. There are two reasons for that:
The solution is to overload the OnTextChanged(Int32) method.