Click or drag to resize

PFFieldHtmlHelperGetDisabledAttribute Method

Gets "disabled" attribute depending on a boolean value.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html GetDisabledAttribute(
	bool disabled
)

Parameters

disabled
Type: SystemBoolean

Return Value

Type: Html
See Also