PowerTCP Emulation for .NET
BackgroundImage Property




Gets or sets the background image displayed in the control.
Syntax
Public Shadows Property BackgroundImage As Image
Dim instance As Vt
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public new Image BackgroundImage {get; set;}
public: __property new Image* get_BackgroundImage();
public: __property new void set_BackgroundImage( 
   Image* value
);
public:
new property Image^ BackgroundImage {
   Image^ get();
   void set (    Image^ value);
}
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic