GrapeCity MultiRow Windows Forms Documentation
ShowText Property


Gets or sets a value that indicates whether to display text.
Syntax
<SRDescriptionAttribute("Indicates whether the ratio text is shown.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property ShowText As Boolean
Dim instance As ProgressBarCell
Dim value As Boolean
 
instance.ShowText = value
 
value = instance.ShowText
[SRDescription("Indicates whether the ratio text is shown.")]
[DefaultValue()]
[SRCategory("Appearance")]
public bool ShowText {get; set;}

Property Value

true if the text should be displayed; otherwise, false. The default is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProgressBarCell Class
ProgressBarCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.