.
See also GetComboBoxInfo
The GetComboBoxInfo API
3/16/2007 8:25:10 AM - -64.29.177.8
.
The GetComboBoxInfo API
3/16/2007 8:25:10 AM - -64.29.177.8
.
public static extern bool GetComboBoxInfo(IntPtr hWnd, ref COMBOBOXINFO pcbi);
.
Public Shared Function GetComboBoxInfo(ByVal hWnd As IntPtr, ByRef pcbi As COMBOBOXINFO) As Boolean
.
if(GetComboBoxInfo(comboBox1.Handle, ref cbi)) {
.
If GetComboBoxInfo(comboBox1.Handle, cbi) Then
.