RoundTextBoxMultilineShouldSerializeSelectedText Method
Determines whether the
SelectedText property should be serialized.
Namespace: BeeMobile.RoundTextBoxMultilineAssembly: BeeMobile.RoundTextBoxMultiline.NET48 (in BeeMobile.RoundTextBoxMultiline.NET48.dll) Version: 4.8.1.0
protected virtual bool ShouldSerializeSelectedText()
Protected Overridable Function ShouldSerializeSelectedText As Boolean
Return Value
Boolean if the
SelectedText property should be serialized; otherwise,
.
This method can be overridden in a derived class to customize the serialization
behavior of the
SelectedText property.