BCGControlBar Library for .NET
CheckMouseOverContentState Method (Cell)




Syntax
'Declaration
 
Protected Overridable Function CheckMouseOverContentState( _
   ByVal e As MouseEventArgs, _
   ByVal type As MouseEventType, _
   ByRef handled As Boolean _
) As Boolean
'Usage
 
Dim instance As Cell
Dim e As MouseEventArgs
Dim type As MouseEventType
Dim handled As Boolean
Dim value As Boolean
 
value = instance.CheckMouseOverContentState(e, type, handled)
protected virtual bool CheckMouseOverContentState( 
   MouseEventArgs e,
   MouseEventType type,
   ref bool handled
)
protected: virtual bool CheckMouseOverContentState( 
   MouseEventArgs* e,
   MouseEventType type,
   ref bool handled
) 
protected:
virtual bool CheckMouseOverContentState( 
   MouseEventArgs^ e,
   MouseEventType type,
   bool% handled
) 

Parameters

e
type
handled
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

Cell Class
Cell Members

Send Feedback