←Select platform

Text Property

Summary

Gets or sets the text of the item.

Syntax

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

Property Value

The text to display for the item. Default value is null (Nothing in VB).

Remarks

The Text property allows the text displayed for the item to be changed. This property is also used as the default parameter for sorting.

Example

Refer to RasterImageListItem class.

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