Sets of gets selected toolbox category item

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Property SelectedCategory As String
C#
string SelectedCategory { get; set; }
Visual C++
property String^ SelectedCategory {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_selectedCategory();
function set_selectedCategory(value);

See Also