GrapeCity MultiRow Windows Forms Documentation
ShowDropDownButtonImages Property


Gets or sets a value indicating whether to display an image on the drop-down button.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether to show an image on dropdown button.")>
<SRCategoryAttribute("Appearance")>
Public Property ShowDropDownButtonImages As Boolean
Dim instance As ColumnHeaderCell
Dim value As Boolean
 
instance.ShowDropDownButtonImages = value
 
value = instance.ShowDropDownButtonImages
[DefaultValue()]
[SRDescription("Indicates whether to show an image on dropdown button.")]
[SRCategory("Appearance")]
public bool ShowDropDownButtonImages {get; set;}

Property Value

true to display the image; otherwise, false. The default is false;
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

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.