GrapeCity MultiRow Windows Forms Documentation
ButtonImage Property (PopupCell)


Gets or sets the image in the pop-up button.
Syntax
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<SRDescriptionAttribute("Indicates the image of the pop up button.")>
Public Property ButtonImage As Image
Dim instance As PopupCell
Dim value As Image
 
instance.ButtonImage = value
 
value = instance.ButtonImage
[SRCategory("Appearance")]
[DefaultValue()]
[Localizable(true)]
[SRDescription("Indicates the image of the pop up button.")]
public Image ButtonImage {get; set;}

Property Value

A System.Drawing.Image value that represents the image in the pop-up button. The default is a null reference (Nothing in Visual Basic).
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

PopupCell Class
PopupCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.