This document is archived and information here might be outdated. Recommended version. |
The Combo box's width.
[Visual Basic .NET]
Public ReadOnly Property Width As String
[C#]
public string Width {get;}
[C++]
HRESULT get_Width(
System.String* stringForWidth
);
[C++] Parameters stringForWidth [out, retval]
stringForWidth is a parameter of type BSTR*
Use the provided string to define the width of the combox box on the toolbar.
The width is independent of system font settings.