IOleControlSite Interface

Manages embedded controls in a container. Used by site objects. For more information, see IOleControlSite.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("B196B289-BAB4-101A-B69C-00AA00341D07")> _
<InterfaceTypeAttribute()> _
Public Interface IOleControlSite
[GuidAttribute("B196B289-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute()]
public interface IOleControlSite
[GuidAttribute(L"B196B289-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute()]
public interface class IOleControlSite
[<GuidAttribute("B196B289-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute()>]
type IOleControlSite =  interface end
public interface IOleControlSite

The IOleControlSite type exposes the following members.

Methods

  Name Description
Public method GetExtendedControl
Public method LockInPlaceActive
Public method OnControlInfoChanged
Public method OnFocus
Public method ShowPropertyFrame
Public method TransformCoords
Public method TranslateAccelerator

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace