BCGControlBar Library for .NET
SetUpEventHandlers Method (ToolbarTrackBarButton)




If true, the event handler will be added, otherwise, removed.
Sets or unsets event handler for event ValueChanged for the ToolbarTrackBarButton
Syntax
'Declaration
 
Public Overrides Sub SetUpEventHandlers( _
   ByVal set As Boolean _
) 
'Usage
 
Dim instance As ToolbarTrackBarButton
Dim set As Boolean
 
instance.SetUpEventHandlers(set)
public override void SetUpEventHandlers( 
   bool set
)
public: void SetUpEventHandlers( 
   bool set
) override 
public:
void SetUpEventHandlers( 
   bool set
) override 

Parameters

set
If true, the event handler will be added, otherwise, removed.
Remarks
The event handler is added when the embedded TrackBar is inserted into the button. The event handler is removed when the TrackBar is disposed from the button.
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

ToolbarTrackBarButton Class
ToolbarTrackBarButton Members
Base Implementation in SetUpEventHandlers

Send Feedback