Version

Activate Method (IValueList)

Attaches a new owner control and hooks up ItemSelected and CloseUp event handlers. If the list is dropped down by another owner this will cause its closeup event to fire first. Note: Only one owner can be activated at a time. However, it is safe to call this method multiple times with the same owner since it shouldn't do anything in that case
Syntax
'Declaration
 
Sub Activate( _
   ByVal owner As IValueListOwner _
) 
void Activate( 
   IValueListOwner owner
)

Parameters

owner
The IValueListOwner to attach to.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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