ComponentOne Windows 7 Control Pack for WinForms
ShowElevationIcon Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1CustomButton Class : ShowElevationIcon Property
Gets or sets a value that controls whether the elevation icon is displayed.
Syntax
<C1DescriptionAttribute("Indicates whether the elevation icon is displayed.")>
<C1CategoryAttribute("表示")>
<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("表示")]
[DefaultValue()]
public bool ShowElevationIcon {get; set;}
[C1Description("Indicates whether the elevation icon is displayed.")]
[C1Category("表示")]
[DefaultValue()]
public:
property bool ShowElevationIcon {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1CustomButton Class
C1CustomButton Members