Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetComboBoxInfo" in [All]

shlwapi

.

See also GetComboBoxInfo

user32

.
Summary
.

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

.
Documentation
[GetComboBoxInfo] on MSDN

 
Access PInvoke.net directly from VS: