ListView.Activate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activates the ListView.
public:
System::Object ^ Activate();
public object Activate ();
member this.Activate : unit -> obj
Public Function Activate () As Object
Returns
true
if the ListView is activated; otherwise, false
.
Examples
For a code example that demonstrates how to use this method, see Microsoft.Office.Tools.Excel.Controls.Button.Activate. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Activate
method.