ProfessionalColorTable::ButtonPressedBorder Property

 

Gets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color ButtonPressedBorder {
	virtual Color get();
}

Property Value

Type: System.Drawing::Color

A Color that is the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.

.NET Framework
Available since 2.0
Return to top
Show: