TextBox.KeepTogether Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the entire contents of the text box should be kept together on one page if possible.
public:
property bool KeepTogether { bool get(); };
public bool KeepTogether { get; }
member this.KeepTogether : bool
Public ReadOnly Property KeepTogether As Boolean
Property Value
true
if the entire contents of the text box should be kept together on one page if possible; otherwise, false
.