Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinComboBox::HorizontalScrollBar Property

 

Gets the horizontal scrollbar for the expanded part of the combo box control.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
property UITestControl^ HorizontalScrollBar {
	virtual UITestControl^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

The horizontal scroll bar for the expanded part of this combo box.

Return to top
Show: