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.SelectionLength

The length, in characters, of the selection in the editbox.

[Visual Basic]
Public Property SelectionLength As Integer
[C#]
public int SelectionLength {get; set;}
[C++]
public: __property int get_SelectionLength();
public: __property void set_SelectionLength(int);
[JScript]
public function get SelectionLength() : int;
public function set SelectionLength(int);

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace