Version

ColorItem Class Members

The following tables list the members exposed by ColorItem.

Public Constructors
 NameDescription
Public ConstructorColorItem Constructor  
Public Properties
 NameDescription
Public PropertyColorGets / sets the Color which is represented by this ColorItem.  
Public PropertyParentGets the ColorStrip which this ColorItem is part of.  
Protected Properties
 NameDescription
Protected Internal PropertyColorItemBoxGets / sets the ColorItemBox which is currently displaying this ColorItem.  
Protected Internal PropertyIsHoverGets / sets if this ColorItem is marked as being hovered over.  
Protected Internal PropertyIsSelectedGets / sets whether this ColorItem is selected.  
Protected Internal PropertyWasSelectedGets / sets if this ColorItem was selected.  
Protected Methods
 NameDescription
Protected MethodNotifyPropertyChangedInvoked when a property changes on the ColorItem object.  
Protected Internal MethodSetHoverInternalUsed by the control to set the internal member of the object without passing the information up.  
Protected Internal MethodSetSelectedInternalUsed by the control to set the internal member of the object without passing the information up.  
Protected Internal MethodSetWasSelectedUsed by the control to set the internal member of the object without passing the information up.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the ColorItem.  
See Also