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!

Format.NullText

[To be supplied.]

[Visual Basic]
Public Property NullText As String
[C#]
public string NullText {get; set;}
[C++]
public: __property String* get_NullText();
public: __property void set_NullText(String*);
[JScript]
public function get NullText() : String;
public function set NullText(String);

See Also

Format Class | Format Members | System.WinForms.ComponentModel Namespace