NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.ShouldPersistText

Determines if the Text property needs to be persisted.

[Visual Basic]
Overrides Public Function ShouldPersistText() As Boolean
[C#]
public override bool ShouldPersistText();
[C++]
public: override bool ShouldPersistText();
[JScript]
public override function ShouldPersistText() : Boolean;

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace