www.pudn.com > EndpointDetection_Pitch.zip > listv.h
#ifndef __LISTV_H__
#define __LISTV_H__
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CPicture;
class COleFont;
/////////////////////////////////////////////////////////////////////////////
// Clistv wrapper class
class Clistv : public CWnd
{
protected:
DECLARE_DYNCREATE(Clistv)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0x58da8d8a, 0x9d6a, 0x101b, { 0xaf, 0xc0, 0x42, 0x10, 0x10, 0x2a, 0x8d, 0xa7 } };
return clsid;
}
virtual BOOL Create(LPCTSTR lpszClassName,
LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd, UINT nID,
CCreateContext* pContext = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID,
CFile* pPersist = NULL, BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
pPersist, bStorage, bstrLicKey); }
// Attributes
public:
long GetArrange();
void SetArrange(long);
// property 'ColumnHeaders' not emitted because of invalid type
// property 'DropHighlight' not emitted because of invalid type
BOOL GetHideColumnHeaders();
void SetHideColumnHeaders(BOOL);
BOOL GetHideSelection();
void SetHideSelection(BOOL);
// property 'Icons' not emitted because of invalid type
// property 'ListItems' not emitted because of invalid type
long GetLabelEdit();
void SetLabelEdit(long);
BOOL GetLabelWrap();
void SetLabelWrap(BOOL);
CPicture GetMouseIcon();
void SetMouseIcon(LPDISPATCH);
long GetMousePointer();
void SetMousePointer(long);
BOOL GetMultiSelect();
void SetMultiSelect(BOOL);
// property 'SelectedItem' not emitted because of invalid type
// property 'SmallIcons' not emitted because of invalid type
BOOL GetSorted();
void SetSorted(BOOL);
short GetSortKey();
void SetSortKey(short);
long GetSortOrder();
void SetSortOrder(long);
long GetView();
void SetView(long);
short GetAppearance();
void SetAppearance(short);
OLE_COLOR GetBackColor();
void SetBackColor(OLE_COLOR);
short GetBorderStyle();
void SetBorderStyle(short);
BOOL GetEnabled();
void SetEnabled(BOOL);
COleFont GetFont();
void SetFont(LPDISPATCH);
OLE_COLOR GetForeColor();
void SetForeColor(OLE_COLOR);
OLE_HANDLE GetHWnd();
void SetHWnd(OLE_HANDLE);
// Operations
public:
// method 'FindItem' not emitted because of invalid return type or parameter type
// method 'GetFirstVisible' not emitted because of invalid return type or parameter type
// method 'HitTest' not emitted because of invalid return type or parameter type
void StartLabelEdit();
void Refresh();
void AboutBox();
};
#endif // __LISTV_H__