Click or drag to resize

ChkFlags Enumeration

Option flags provided to TagCheck(String, String, ChkFlags) to specifiy how the HTML INPUT (type=check) tag is rendered.

Namespace:  NetQuarry
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ChkFlags
Members
  Member nameValueDescription
Disabled65536Disable this image.
TooltipHelp1048576This item's tooltip provides general help and should be made more prominent to the user.
See Also