6 references to CommandFormat
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (1)
58
else if (Control.Format ==
CommandFormat
.Link &&
UI\MobileControls\Command.cs (4)
197
DefaultValue(
CommandFormat
.Button),
201
public
CommandFormat
Format
206
return((o == null) ?
CommandFormat
.Button : (
CommandFormat
)o);
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
49
if (Control.Format ==
CommandFormat
.Button)