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

The [zero-based] index of the first character in the current text selection.

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

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace