Click or drag to resize

DropDownTabStripItem Constructor (String, String, Boolean)

Initializes a new instance of the DropDownTabStripItem class

Namespace:  PDTec.IceNet.Web.UI.Controls
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public DropDownTabStripItem(
	string text,
	string url,
	bool selected
)

Parameters

text
Type: SystemString
url
Type: SystemString
selected
Type: SystemBoolean
See Also