BCGControlBar Library for .NET
OnKillSelection Method




The new item to select.
You can override this function in the derived class to add new implementation of the removing the selection mode from the currently selected item.
Syntax
'Declaration
 
Public Overridable Sub OnKillSelection( _
   ByVal newSel As PropertyListItem _
) 
'Usage
 
Dim instance As PropertyListItem
Dim newSel As PropertyListItem
 
instance.OnKillSelection(newSel)
public virtual void OnKillSelection( 
   PropertyListItem newSel
)
public: virtual void OnKillSelection( 
   PropertyListItem* newSel
) 
public:
virtual void OnKillSelection( 
   PropertyListItem^ newSel
) 

Parameters

newSel
The new item to select.
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

PropertyListItem Class
PropertyListItem Members

Send Feedback