| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1CustomButton Class : ShowElevationIcon Property |
<C1DescriptionAttribute("Indicates whether the elevation icon is displayed.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowElevationIcon As Boolean
Dim instance As C1CustomButton Dim value As Boolean instance.ShowElevationIcon = value value = instance.ShowElevationIcon
[C1Description("Indicates whether the elevation icon is displayed.")]
[C1Category("Appearance")]
[DefaultValue()]
public bool ShowElevationIcon {get; set;}
[C1Description("Indicates whether the elevation icon is displayed.")]
[C1Category("Appearance")]
[DefaultValue()]
public:
property bool ShowElevationIcon {
bool get();
void set ( bool value);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2