BCGControlBar Library for .NET
CellPart Enumeration




Specifies element parts (returned by some hit-test methods).
Syntax
'Declaration
 
Public Enum CellPart 
   Inherits System.Enum
'Usage
 
Dim instance As CellPart
public enum CellPart : System.Enum 
__value public enum CellPart : public System.Enum 
public enum class CellPart : public System.Enum 
Members
MemberDescription
BorderElement border.
BottomBorderBottom border.
ContentContent.
FilterBoxFilter box.
InteriorInterior.
LeftBorderLeft border.
NoneNo part is detected.
RightBorderRight border.
TopBorderTop border.
Remarks
There is some difference between Content and Interior. For example, a cell displays check box. When mouse pointer is located over check box, hit test method returns Content value, when mouse pointer is located within cell, but not over check box,  hit test method returns Interior value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.CellPart

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

BCGSoft.Controls.Grid Namespace

Send Feedback