RoundTextBoxMultilineShouldSerializeSelectedText Method

Determines whether the SelectedText property should be serialized.

Definition

Namespace: BeeMobile.RoundTextBoxMultiline
Assembly: BeeMobile.RoundTextBoxMultiline.NET48 (in BeeMobile.RoundTextBoxMultiline.NET48.dll) Version: 4.8.1.0
C#
protected virtual bool ShouldSerializeSelectedText()

Return Value

Boolean
if the SelectedText property should be serialized; otherwise, .

Remarks

This method can be overridden in a derived class to customize the serialization behavior of the SelectedText property.

See Also