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 "COMBOBOXINFO" 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

.

public struct COMBOBOXINFO {

.

Public Structure COMBOBOXINFO

.

COMBOBOXINFO cbi = new COMBOBOXINFO();

.

if(GetComboBoxInfo(comboBox1.Handle, ref cbi)) {

.

Dim cbi As COMBOBOXINFO

.

If GetComboBoxInfo(comboBox1.Handle, cbi) Then

.
Documentation
[GetComboBoxInfo] on MSDN

Structures

.
Summary
The COMBOBOXINFO structure contains combo box status information.
.

struct COMBOBOXINFO {

.

Private Type COMBOBOXINFO

.
Documentation
[COMBOBOXINFO] on MSDN

 
Access PInvoke.net directly from VS: