Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : ShowItemText Property |
[DescriptionAttribute("Indicates whether to display item text.")] [CategoryAttribute("Appearance")] public bool ShowItemText {get; set;}
'Declaration <DescriptionAttribute("Indicates whether to display item text.")> <CategoryAttribute("Appearance")> Public Property ShowItemText As Boolean
'Usage Dim instance As RasterThumbnailBrowser Dim value As Boolean instance.ShowItemText = value value = instance.ShowItemText
[DescriptionAttribute("Indicates whether to display item text.")] [CategoryAttribute("Appearance")] public: property bool ShowItemText { bool get(); void set ( bool value); }