Returns true if Text should be persisted in code gen. When we have a format object, we don't want to persist the Text property.
[Visual Basic] Overrides Public Function ShouldPersistText() As Boolean [C#] public override bool ShouldPersistText(); [C++] public: override bool ShouldPersistText(); [JScript] public override function ShouldPersistText() : Boolean;
true if Text should be persisted.
FormatControl Class | FormatControl Members | System.WinForms Namespace