Share via


OLEControlClass.add_GotFocus Method

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Public Overridable Sub add_GotFocus ( _
    param0 As OCXExtenderEvents_GotFocusEventHandler _
)
'Usage
Dim instance As OLEControlClass
Dim param0 As OCXExtenderEvents_GotFocusEventHandler

instance.add_GotFocus(param0)
public virtual void add_GotFocus(
    OCXExtenderEvents_GotFocusEventHandler param0
)

Parameters

Implements

OCXExtenderEvents_Event.add_GotFocus(OCXExtenderEvents_GotFocusEventHandler)

See Also

Reference

OLEControlClass Class

OLEControlClass Members

Microsoft.Office.Interop.PowerPoint Namespace