OMathBox.NoBreak Property

Returns or sets a Boolean that states whether breaks are allowed inside the box object. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property NoBreak As Boolean
    Get
    Set
'Usage
Dim instance As OMathBox
Dim value As Boolean

value = instance.NoBreak

instance.NoBreak = value
bool NoBreak { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

OMathBox Interface

OMathBox Members

Microsoft.Office.Interop.Word Namespace