←Select platform

FileName Property

Summary

Gets or sets the file name of the item.

Syntax

C#
VB
C++
public string FileName { get; set; } 
  
Public Property FileName As String 
public: 
property String^ FileName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The file name associated with this RasterImageListItem object. The default value is null (Nothing in VB).

Remarks

The RasterThumbnailBrowser class uses this property to store the fully qualified file name for the items added as a result of calling RasterThumbnailBrowser.LoadThumbnails

The RasterImageList class does not use this property. However, you can use this property to set and get the file name when items are selected.

Example

For an example, refer to Image.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly