ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 567
نمايش فراداده

CommandFormatserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

You can set the Command.Format property to a value from this enumeration, to indicate whether the command should be rendered as a hyperlink (Link) or button (Button).

public enum 

CommandFormat {

Button = 0 ,

Link = 1 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) CommandFormat

Returned By

Command.Format

Passed To

Command.Format