ApplicationEvents4_SinkHelper.ProtectedViewWindowSize Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub ProtectedViewWindowSize ( _
param0 As ProtectedViewWindow _
)
'Usage
Dim instance As ApplicationEvents4_SinkHelper
Dim param0 As ProtectedViewWindow
instance.ProtectedViewWindowSize(param0)
public virtual void ProtectedViewWindowSize(
ProtectedViewWindow param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.ProtectedViewWindow
Implements
ApplicationEvents4.ProtectedViewWindowSize(ProtectedViewWindow)
See Also
Reference
ApplicationEvents4_SinkHelper Class