BCGControlBar Library for .NET
IsExpandBoxClicked Method




Group cell.
Point in client coordinates.
Determines whether specified point is located within expand box.
Syntax
'Declaration
 
Public Overridable Function IsExpandBoxClicked( _
   ByVal cell As Cell, _
   ByVal point As Point _
) As Boolean
'Usage
 
Dim instance As GridControl
Dim cell As Cell
Dim point As Point
Dim value As Boolean
 
value = instance.IsExpandBoxClicked(cell, point)
public virtual bool IsExpandBoxClicked( 
   Cell cell,
   Point point
)
public: virtual bool IsExpandBoxClicked( 
   Cell* cell,
   Point point
) 
public:
virtual bool IsExpandBoxClicked( 
   Cell^ cell,
   Point point
) 

Parameters

cell
Group cell.
point
Point in client coordinates.
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

GridControl Class
GridControl Members

Send Feedback