Tip
See the Examples section of the CommandLinkButton class for an image example.
[DefaultValueAttribute(false)]
public bool IsElevated { get; set; }<DefaultValueAttribute(false)>
Public Property IsElevated As Boolean
Get
Setpublic:
[DefaultValueAttribute(false)]
property bool IsElevated {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(false)>]
member IsElevated : bool with get, set