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!

ValueEdit.Border

The Border property. Indicates whether it has a border.

[Visual Basic]
Public Property Border As Boolean
[C#]
public bool Border {get; set;}
[C++]
public: __property bool get_Border();
public: __property void set_Border(bool);
[JScript]
public function get Border() : Boolean;
public function set Border(Boolean);

See Also

ValueEdit Class | ValueEdit Members | System.WinForms Namespace