AdvancedButtonIsElevated Property

Gets or sets whether an elevated shield icon should be displayed on the 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

  Tip

See the Examples section of the AdvancedButton class for an image example.

See Also