BCGControlBar Library for .NET
OnMouseEnter Method (CaptionCommandButton)




Syntax
'Declaration
 
Protected Overrides Sub OnMouseEnter( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As CaptionCommandButton
Dim e As EventArgs
 
instance.OnMouseEnter(e)
protected override void OnMouseEnter( 
   EventArgs e
)
protected: void OnMouseEnter( 
   EventArgs* e
) override 
protected:
void OnMouseEnter( 
   EventArgs^ e
) override 

Parameters

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

CaptionCommandButton Class
CaptionCommandButton Members
Base Implementation in OnMouseEnter

Send Feedback