_ParagraphFormat.WidowControl Property
True if the first and last lines in the specified paragraph remain on the same page as the rest of the paragraph when Word repaginates the document. Can be True, False or wdUndefined.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property WidowControl As Integer
Get
Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Integer
value = instance.WidowControl
instance.WidowControl = value
int WidowControl { get; set; }
Property Value
Type: System.Int32