PPCC Namespace
Gets or sets the text of the button

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

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