BCGControlBar Library for .NET
ButtonLabel Property (SmartTrackBarButton)




Specifies the text to display near the TrackBar control.
Syntax
'Declaration
 
Public Property ButtonLabel As String
'Usage
 
Dim instance As SmartTrackBarButton
Dim value As String
 
instance.ButtonLabel = value
 
value = instance.ButtonLabel
public string ButtonLabel {get; set;}
public: __property string* get_ButtonLabel();
public: __property void set_ButtonLabel( 
   string* value
);
public:
property String^ ButtonLabel {
   String^ get();
   void set (    String^ 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

SmartTrackBarButton Class
SmartTrackBarButton Members

Send Feedback