BCGControlBar Library for .NET
BCGHitTest Enumeration




Retrieves the area of the command bar  at the specified screen coordinates.

Syntax
'Declaration
 
Public Enum BCGHitTest 
   Inherits System.Enum
'Usage
 
Dim instance As BCGHitTest
public enum BCGHitTest : System.Enum 
__value public enum BCGHitTest : public System.Enum 
public enum class BCGHitTest : public System.Enum 
Members
MemberDescription
BottomThe tested point is located on the bottom border rectangle of the command bar.
CaptionThe tested point is located on the caption of the floating command bar.
ClientThe tested point is located on the client area of the command bar.
GripperThe tested point is located on the gripper area of the command bar.
LeftThe tested point is located on the left border rectangle of the command bar.
NoneNo area from this enumeration of the command bar is at the tested location.
RightThe tested point is located on the right border rectangle of the command bar.
TopThe tested point is located on the top border rectangle of the command bar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.BCGHitTest

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.Shared Namespace

Send Feedback