Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supports keyboard mnemonics, properties, and events for control objects. For more information, see IOleControl.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B288-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IOleControl
[InterfaceTypeAttribute()]
[GuidAttribute("B196B288-BAB4-101A-B69C-00AA00341D07")]
public interface IOleControl
[InterfaceTypeAttribute()]
[GuidAttribute(L"B196B288-BAB4-101A-B69C-00AA00341D07")]
public interface class IOleControl
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B196B288-BAB4-101A-B69C-00AA00341D07")>]
type IOleControl = interface end
public interface IOleControl
The IOleControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
FreezeEvents | |
![]() |
GetControlInfo | |
![]() |
OnAmbientPropertyChange | |
![]() |
OnMnemonic |
Top