CpListBoxOpenOptGroup Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void OpenOptGroup(
	HtmlTextWriter writer,
	ListSelectionMode selectionMode,
	ref bool isOpen,
	ref string curOptGroup,
	string newOptGroup
)

Parameters

writer  HtmlTextWriter
 
selectionMode  ListSelectionMode
 
isOpen  Boolean
 
curOptGroup  String
 
newOptGroup  String
 

See Also