BCGSoft.Shared Namespace : BCGHitTest Enumeration |
Retrieves the area of the command bar at the specified screen coordinates.
'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
Member | Description |
---|---|
Bottom | The tested point is located on the bottom border rectangle of the command bar. |
Caption | The tested point is located on the caption of the floating command bar. |
Client | The tested point is located on the client area of the command bar. |
Gripper | The tested point is located on the gripper area of the command bar. |
Left | The tested point is located on the left border rectangle of the command bar. |
None | No area from this enumeration of the command bar is at the tested location. |
Right | The tested point is located on the right border rectangle of the command bar. |
Top | The tested point is located on the top border rectangle of the command bar. |
System.Object
System.ValueType
System.Enum
BCGSoft.Shared.BCGHitTest
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