Desktop Functions: Smart Device Functions:
|
Search Results for "GetComboBoxInfo" in [All]user32
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 shlwapiSee also GetComboBoxInfo |