Responder Developer Guide
AlphaBlendEnabled Property


Syntax
'Declaration
 
<BrowsableAttribute(False)>
<LocalizedDescriptionAttribute("LD_UltraControlBase_P_AlphaBlendEnabled")>
<LocalizedCategoryAttribute("LC_Appearance")>
<ObsoleteAttribute("The 'AlphaBlendEnabled' property has been deprecated. The 'AlphaBlendMode' property should be used instead.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute(True)>
Public Overridable Property AlphaBlendEnabled As Boolean
'Usage
 
Dim instance As UltraGridSafe
Dim value As Boolean
 
instance.AlphaBlendEnabled = value
 
value = instance.AlphaBlendEnabled
[Browsable(false)]
[LocalizedDescription("LD_UltraControlBase_P_AlphaBlendEnabled")]
[LocalizedCategory("LC_Appearance")]
[Obsolete("The 'AlphaBlendEnabled' property has been deprecated. The 'AlphaBlendMode' property should be used instead.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue(true)]
public virtual bool AlphaBlendEnabled {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UltraGridSafe Class
UltraGridSafe Members

 

 


Send Comment