BCGControlBar Library for .NET
OnUpdateValue Method (PropertyListColorItem)




Called by the framework to set a new value for a property associated with the PropertyListColorItem.
Syntax
'Declaration
 
Public Overrides Function OnUpdateValue() As Boolean
'Usage
 
Dim instance As PropertyListColorItem
Dim value As Boolean
 
value = instance.OnUpdateValue()
public override bool OnUpdateValue()
public: bool OnUpdateValue(); override 
public:
bool OnUpdateValue(); override 
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

PropertyListColorItem Class
PropertyListColorItem Members
Base Implementation in OnUpdateValue

Send Feedback