CommandLinkButtonIsElevated Property

Gets or sets whether an elevated shield icon should be displayed on the command link button.
Default value: .

See the online help for an image example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
public bool IsElevated { get; set; }

Property Value

Boolean

Examples

See Also