Gets or sets the Color used to draw the Title when tool is selected.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public Color TitleColorSelected { get; set; }
Visual Basic (Declaration)
Public Property TitleColorSelected As Color
Visual C++
public:
property Color TitleColorSelected {
	Color get ();
	void set (Color value);
}

See Also