BCGControlBar Library for .NET
IsTransparent Property




Indicates a value  whether the background of the TrackBarEx should not be filled.
Syntax
'Declaration
 
Public Property IsTransparent As Boolean
'Usage
 
Dim instance As TrackBarEx
Dim value As Boolean
 
instance.IsTransparent = value
 
value = instance.IsTransparent
public bool IsTransparent {get; set;}
public: __property bool get_IsTransparent();
public: __property void set_IsTransparent( 
   bool value
);
public:
property bool IsTransparent {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TrackBarEx Class
TrackBarEx Members

Send Feedback