Gets or sets link to associated ComboBox component.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Texts (in Greatis.PrintSuite.Providers.Texts.dll)

Syntax

Visual Basic (Declaration)
Public Property ComboBox As ComboBox
C#
public ComboBox ComboBox { get; set; }
Visual C++
public:
property ComboBox^ ComboBox {
	ComboBox^ get ();
	void set (ComboBox^ value);
}
JavaScript
function get_comboBox();
function set_comboBox(value);

See Also