BCGControlBar Library for .NET
ItemClickArea Enumeration




Specifies the  clicked area of the Property List item on mouse click.
Syntax
'Declaration
 
Public Enum ItemClickArea 
   Inherits System.Enum
'Usage
 
Dim instance As ItemClickArea
public enum ItemClickArea : System.Enum 
__value public enum ItemClickArea : public System.Enum 
public enum class ItemClickArea : public System.Enum 
Members
MemberDescription
ClickExpandBoxRepresents an area for the group property item allows to expand and collapse it on mouse click event.
ClickNameRepresents an area for property item where the name of property is displayed.
ClickValueRepresents an area for property item where it’s value is shown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.PropertyList.ItemClickArea

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

Send Feedback