OleComponent.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 component, accomplished by calling FOnComponentActivate(UInt32).
public:
bool Activate();
public bool Activate ();
member this.Activate : unit -> bool
Public Function Activate () As Boolean
Returns
Returns true if the component was successfully activated.