ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1CustomButton Class / ShowElevationIcon Property

In This Topic
    ShowElevationIcon Property
    In This Topic
    Gets or sets a value that controls whether the elevation icon is displayed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CustomButton.ShowElevationIcon", "Indicates whether the elevation icon is displayed.")>
    <DefaultValueAttribute(False)>
    <C1CategoryAttribute("Appearance")>
    Public Property ShowElevationIcon As Boolean
    [C1Description("C1CustomButton.ShowElevationIcon", "Indicates whether the elevation icon is displayed.")]
    [DefaultValue(false)]
    [C1Category("Appearance")]
    public bool ShowElevationIcon {get; set;}
    See Also