ControlSite.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 ControlSite.
public:
System::Object ^ Activate();
public object Activate ();
abstract member Activate : unit -> obj
Public Function Activate () As Object
Returns
true
if the ControlSite was successfully activated; otherwise, false
.