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

Indicates whether the itemHeight property should be persisted.

[Visual Basic]
Public Function ShouldPersistItemHeight() As Boolean
[C#]
public bool ShouldPersistItemHeight();
[C++]
public: bool ShouldPersistItemHeight();
[JScript]
public function ShouldPersistItemHeight() : Boolean;

Return Value

whether the itemHeight property should be persisted.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace