GrapeCity MultiRow Windows Forms Documentation
MouseDownBackColor Property


Gets or sets the color of the client area of the button when the mouse button is pressed within the cell boundary.
Syntax
<ApplicableToButtonHeaderPopupAttribute()>
<SRDescriptionAttribute("Indicates the color of the client area of the button when the mouse is pressed within the bounds of the control when FlatStyle is FlatStyle.Flat.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property MouseDownBackColor As Color
Dim instance As MultiRowFlatButtonAppearance
Dim value As Color
 
instance.MouseDownBackColor = value
 
value = instance.MouseDownBackColor
[ApplicableToButtonHeaderPopup()]
[SRDescription("Indicates the color of the client area of the button when the mouse is pressed within the bounds of the control when FlatStyle is FlatStyle.Flat.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public Color MouseDownBackColor {get; set;}

Property Value

A System.Drawing.Color value that represents the color of the client area of the button when the mouse button is pressed within the control boundary. The default is Color.Empty.
Remarks
If you do not initialize this property, the property value is Color.Empty, which means the cell uses a dim light color that it calculates from the BackColor of the cell as the MouseDownBackColor.
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

MultiRowFlatButtonAppearance Class
MultiRowFlatButtonAppearance Members

 

 


Copyright © GrapeCity, inc. All rights reserved.