VSColorTable::ButtonPressedBorder Property

 

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

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)

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

Property Value

Type: System.Drawing::Color

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

Return to top
Show: