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

Indicates if the combo should avoid showing partial Items. If so, then only full items will be displayed, and the list portion will be resized to prevent partial items from being shown. Otherwise, they will be shown

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

Property Value

a boolean indicating if only full items will be shown

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace