BCGControlBar Library for .NET
StatusBarDrawItemHandler Delegate




Represents the method that will handle PaneDrawItem  events of the StatusBarControl. The DrawItem method is raised in the method OnDrawPane of  the status bar class if the status bar pane has owner draw style.

Syntax
'Declaration
 
Public Delegate Sub StatusBarDrawItemHandler( _
   ByVal sender As Object, _
   ByVal e As StatusBarDrawItemEventArgs _
) 
'Usage
 
Dim instance As New StatusBarDrawItemHandler(AddressOf HandlerMethod)
public delegate void StatusBarDrawItemHandler( 
   object sender,
   StatusBarDrawItemEventArgs e
)
public: __gc __delegate void StatusBarDrawItemHandler( 
   Object* sender,
   StatusBarDrawItemEventArgs* e
)
public delegate void StatusBarDrawItemHandler( 
   Object^ sender,
   StatusBarDrawItemEventArgs^ e
)

Parameters

sender
e
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

StatusBarDrawItemHandler Members
BCGSoft.ControlBars Namespace

Send Feedback