IOleControlSite Interface
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.
Manages embedded controls in a container. Used by site objects. For more information, see IOleControlSite.
public interface class IOleControlSite
public interface class IOleControlSite
__interface IOleControlSite
[System.Runtime.InteropServices.Guid("B196B289-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleControlSite
[System.Runtime.InteropServices.Guid("B196B289-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleControlSite
[<System.Runtime.InteropServices.Guid("B196B289-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleControlSite = interface
[<System.Runtime.InteropServices.Guid("B196B289-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleControlSite = interface
Public Interface IOleControlSite
- Attributes
Methods
GetExtendedControl(Object) | |
LockInPlaceActive(Int32) | |
OnControlInfoChanged() | |
OnFocus(Int32) | |
ShowPropertyFrame() | |
TransformCoords(POINTL[], POINTF[], UInt32) | |
TranslateAccelerator(MSG[], UInt32) |