Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
ShowText Property
See Also 
Leadtools.Windows.Controls Namespace > ImageListItem Class : ShowText Property





This member is available in the WPF Express Edition. See the LEADTOOLS products page for full details on more WPF features available with LEADTOOLS toolkits.

Indicates whether the item text is shown in the control.

Syntax

Visual Basic (Declaration) 
Public Property ShowText As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageListItem
Dim value As Boolean
 
instance.ShowText = value
 
value = instance.ShowText
C# 
public bool ShowText {get; set;}
Managed Extensions for C++ 
public: __property bool get_ShowText();
public: __property void set_ShowText( 
   bool value
);
C++/CLI 
public:
property bool ShowText {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object ShowText=bool/>

Dependency Property Information 

Identifier field

ShowTextProperty

Metadata properties set to true

None

Return Value

true if the item text is shown in the control; otherwise, false. Default is true

Example

For C#/VB examples, refer to ImageSize.

Remarks

When the value of the ShowText property is set to true, the item ImageListItem.Text value is shown in the item.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also