[Missing <summary> documentation for "M:Skewworks.NETMF.Modal.SelectionDialog.Show(System.String[],Microsoft.SPOT.Font,System.Int32,System.Boolean)"]

Namespace: Skewworks.NETMF.Modal
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static int Show(
	string[] values,
	Font font,
	int defaultSelection = 0,
	bool zebraStripe = false
)

Parameters

values
Type: array<System..::..String>[]()[][]

[Missing <param name="values"/> documentation for "M:Skewworks.NETMF.Modal.SelectionDialog.Show(System.String[],Microsoft.SPOT.Font,System.Int32,System.Boolean)"]

font
Type: Font

[Missing <param name="font"/> documentation for "M:Skewworks.NETMF.Modal.SelectionDialog.Show(System.String[],Microsoft.SPOT.Font,System.Int32,System.Boolean)"]

defaultSelection (Optional)
Type: System..::..Int32

[Missing <param name="defaultSelection"/> documentation for "M:Skewworks.NETMF.Modal.SelectionDialog.Show(System.String[],Microsoft.SPOT.Font,System.Int32,System.Boolean)"]

zebraStripe (Optional)
Type: System..::..Boolean

[Missing <param name="zebraStripe"/> documentation for "M:Skewworks.NETMF.Modal.SelectionDialog.Show(System.String[],Microsoft.SPOT.Font,System.Int32,System.Boolean)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Skewworks.NETMF.Modal.SelectionDialog.Show(System.String[],Microsoft.SPOT.Font,System.Int32,System.Boolean)"]

See Also