Click or drag to resize

RedirectListBoxItemCollectionAdd Method (String, String, Boolean)

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 RedirectListBoxItem Add(
	string text,
	string navigateUrl,
	bool selected
)

Parameters

text
Type: SystemString
navigateUrl
Type: SystemString
selected
Type: SystemBoolean

Return Value

Type: RedirectListBoxItem
See Also