PPCC Namespace
Gets or sets the text of the button

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

C#
public override string Text { get; set; }
Visual Basic (Declaration)
Public Overrides Property Text As String
Visual C++
public:
virtual property String^ Text {
	String^ get () override;
	void set (String^ value) override;
}

See Also