Sets all Flat... properties to the same value.

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

Syntax

C#
public void SetAllFlatStates(
	bool flat
)

Parameters

flat
Type: System..::..Boolean
true for flat rendering state

Remarks

Sets the FlatCheckboxes, FlatRadios and FlatTextboxes properties to the same value.

See Also