1 implementation of GetControlInfo
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
29
unsafe HRESULT IOleControl.Interface.
GetControlInfo
(CONTROLINFO* pCI)
4 references to GetControlInfo
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
324
if (_axOleControl!.
GetControlInfo
(&controlInfo).Failed)
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleControl.g.cs (1)
77
return __object.
GetControlInfo
(pCI);
Windows.Win32.System_Ole_IOleControl_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleControl.Interface.
GetControlInfo
(winmdroot.System.Ole.CONTROLINFO*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetControlInfo
(pCILocal);