OLEControl Interface

Definition

Reserved for internal use.

public interface class OLEControl : Microsoft::Office::Interop::Word::_OLEControl, Microsoft::Office::Interop::Word::OCXEvents_Event
[System.Runtime.InteropServices.Guid("000209A4-0000-0000-C000-000000000046")]
public interface OLEControl : Microsoft.Office.Interop.Word._OLEControl, Microsoft.Office.Interop.Word.OCXEvents_Event
type OLEControl = interface
    interface _OLEControl
    interface OCXEvents_Event
Public Interface OLEControl
Implements _OLEControl, OCXEvents_Event
Derived
Attributes
Implements

Properties

AltHTML (Inherited from _OLEControl)
Automation (Inherited from _OLEControl)
Height (Inherited from _OLEControl)
Left (Inherited from _OLEControl)
Name (Inherited from _OLEControl)
Top (Inherited from _OLEControl)
Width (Inherited from _OLEControl)

Methods

Activate() (Inherited from _OLEControl)
add_GotFocus(OCXEvents_GotFocusEventHandler) (Inherited from OCXEvents_Event)
add_LostFocus(OCXEvents_LostFocusEventHandler) (Inherited from OCXEvents_Event)
Copy() (Inherited from _OLEControl)
Cut() (Inherited from _OLEControl)
Delete() (Inherited from _OLEControl)
remove_GotFocus(OCXEvents_GotFocusEventHandler) (Inherited from OCXEvents_Event)
remove_LostFocus(OCXEvents_LostFocusEventHandler) (Inherited from OCXEvents_Event)
Select() (Inherited from _OLEControl)

Events

GotFocus

Reserved for internal use.

(Inherited from OCXEvents_Event)
LostFocus

Reserved for internal use.

(Inherited from OCXEvents_Event)

Applies to