BCGControlBar Library for .NET
CheckMouseOverContentState Method (CheckBoxCell)




Syntax
'Declaration
 
Public Overrides Function CheckMouseOverContentState( _
   ByVal e As MouseEventArgs, _
   ByVal type As MouseEventType, _
   ByRef handled As Boolean _
) As Boolean
'Usage
 
Dim instance As CheckBoxCell
Dim e As MouseEventArgs
Dim type As MouseEventType
Dim handled As Boolean
Dim value As Boolean
 
value = instance.CheckMouseOverContentState(e, type, handled)
public override bool CheckMouseOverContentState( 
   MouseEventArgs e,
   MouseEventType type,
   ref bool handled
)
public: bool CheckMouseOverContentState( 
   MouseEventArgs* e,
   MouseEventType type,
   ref bool handled
) override 
public:
bool CheckMouseOverContentState( 
   MouseEventArgs^ e,
   MouseEventType type,
   bool% handled
) override 

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

CheckBoxCell Class
CheckBoxCell Members
Base Implementation in CheckMouseOverContentState

Send Feedback