IOleInPlaceSiteEx.OnInPlaceActivateEx(Int32, UInt32) Method

Definition

public:
 void OnInPlaceActivateEx([Runtime::InteropServices::Out] int % pfNoRedraw, System::UInt32 dwFlags);
void OnInPlaceActivateEx([Runtime::InteropServices::Out] int & pfNoRedraw, unsigned int dwFlags);
public void OnInPlaceActivateEx (out int pfNoRedraw, uint dwFlags);
abstract member OnInPlaceActivateEx : int * uint32 -> unit
Public Sub OnInPlaceActivateEx (ByRef pfNoRedraw As Integer, dwFlags As UInteger)

Parameters

pfNoRedraw
Int32
dwFlags
UInt32

Remarks

For information on the COM interface, see IOleInPlaceSiteEx::OnInPlaceActivateEx

Applies to