'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <LocalizableAttribute(True)> Public Shadows Property BackgroundImage As Image
'Usage
Dim instance As BrowseControl Dim value As Image instance.BackgroundImage = value value = instance.BackgroundImage
[Browsable(false)] [CanBeNull()] [Localizable(true)] public new Image BackgroundImage {get; set;}
[Browsable(false)] [CanBeNull()] [Localizable(true)] public: new property Image^ BackgroundImage { Image^ get(); void set ( Image^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.