3 references to Button
System.Web.Mobile (3)
UI\MobileControls\Command.cs (2)
197
DefaultValue(CommandFormat.
Button
),
206
return((o == null) ? CommandFormat.
Button
: (CommandFormat)o);
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
49
if (Control.Format == CommandFormat.
Button
)