frmReportSelectionsCreateCheckBox Method

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private void CreateCheckBox(
	StackPanel pnl,
	string label,
	string name,
	FlowDirection flow,
	bool isChecked
)

Parameters

pnl  StackPanel
 
label  String
 
name  String
 
flow  FlowDirection
 
isChecked  Boolean
 

See Also