[ROOT] --> small

class CSSPNCtrl
    extends CWnd as public

Author:
unascribed

Version:
unknown

Source:
sspnctrl.h:21

Methods Index

Create
[public]
Create
[public]
GetAlignment
[public]
GetAutoSize
[public]
GetBackColor
[public]
GetBevelInner
[public]
GetBevelOuter
[public]
GetBevelWidth
[public]
GetBorderWidth
[public]
GetCaption
[public]
GetClsid
[public]
GetEnabled
[public]
GetFloodColor
[public]
GetFloodPercent
[public]
GetFloodShowPct
[public]
GetFloodType
[public]
GetFont
[public]
GetFont3D
[public]
GetForeColor
[public]
GetHWnd
[public]
GetMouseIcon
[public]
GetMousePointer
[public]
GetOutline
[public]
GetRoundedCorners
[public]
GetShadowColor
[public]
Refresh
[public]
SetAlignment
[public]
SetAutoSize
[public]
SetBackColor
[public]
SetBevelInner
[public]
SetBevelOuter
[public]
SetBevelWidth
[public]
SetBorderWidth
[public]
SetCaption
[public]
SetEnabled
[public]
SetFloodColor
[public]
SetFloodPercent
[public]
SetFloodShowPct
[public]
SetFloodType
[public]
SetFont
[public]
SetFont3D
[public]
SetForeColor
[public]
SetHWnd
[public]
SetMouseIcon
[public]
SetMousePointer
[public]
SetOutline
[public]
SetRoundedCorners
[public]
SetShadowColor
[public]


Methods

GetClsid

public CLSID const & GetClsid ( ) ;

Create

public virtual BOOL Create ( LPCTSTR lpszClassName ,
                             LPCTSTR lpszWindowName ,
                             DWORD dwStyle ,
                             const RECT & rect ,
                             CWnd * pParentWnd ,
                             UINT nID ,
                             CCreateContext * pContext = NULL ) ;

Create

public BOOL Create ( LPCTSTR lpszWindowName ,
                     DWORD dwStyle ,
                     const RECT & rect ,
                     CWnd * pParentWnd ,
                     UINT nID ,
                     CFile * pPersist = NULL ,
                     BOOL bStorage = FALSE ,
                     BSTR bstrLicKey = NULL ) ;

GetCaption

public CString GetCaption ( ) ;

SetCaption

public void SetCaption ( LPCTSTR ) ;

GetBevelWidth

public short GetBevelWidth ( ) ;

SetBevelWidth

public void SetBevelWidth ( short ) ;

GetBorderWidth

public short GetBorderWidth ( ) ;

SetBorderWidth

public void SetBorderWidth ( short ) ;

GetBevelOuter

public long GetBevelOuter ( ) ;

SetBevelOuter

public void SetBevelOuter ( long ) ;

GetBevelInner

public long GetBevelInner ( ) ;

SetBevelInner

public void SetBevelInner ( long ) ;

GetRoundedCorners

public BOOL GetRoundedCorners ( ) ;

SetRoundedCorners

public void SetRoundedCorners ( BOOL ) ;

GetOutline

public BOOL GetOutline ( ) ;

SetOutline

public void SetOutline ( BOOL ) ;

GetFloodType

public long GetFloodType ( ) ;

SetFloodType

public void SetFloodType ( long ) ;

GetFloodColor

public unsigned long GetFloodColor ( ) ;

SetFloodColor

public void SetFloodColor ( unsigned long ) ;

GetFloodPercent

public short GetFloodPercent ( ) ;

SetFloodPercent

public void SetFloodPercent ( short ) ;

GetShadowColor

public long GetShadowColor ( ) ;

SetShadowColor

public void SetShadowColor ( long ) ;

GetFloodShowPct

public BOOL GetFloodShowPct ( ) ;

SetFloodShowPct

public void SetFloodShowPct ( BOOL ) ;

GetFont3D

public long GetFont3D ( ) ;

SetFont3D

public void SetFont3D ( long ) ;

GetAlignment

public long GetAlignment ( ) ;

SetAlignment

public void SetAlignment ( long ) ;

GetAutoSize

public long GetAutoSize ( ) ;

SetAutoSize

public void SetAutoSize ( long ) ;

GetFont

public COleFont GetFont ( ) ;

SetFont

public void SetFont ( LPDISPATCH ) ;

GetEnabled

public BOOL GetEnabled ( ) ;

SetEnabled

public void SetEnabled ( BOOL ) ;

GetMousePointer

public long GetMousePointer ( ) ;

SetMousePointer

public void SetMousePointer ( long ) ;

GetMouseIcon

public CPicture GetMouseIcon ( ) ;

SetMouseIcon

public void SetMouseIcon ( LPDISPATCH ) ;

GetBackColor

public OLE_COLOR GetBackColor ( ) ;

SetBackColor

public void SetBackColor ( OLE_COLOR ) ;

GetForeColor

public OLE_COLOR GetForeColor ( ) ;

SetForeColor

public void SetForeColor ( OLE_COLOR ) ;

GetHWnd

public OLE_HANDLE GetHWnd ( ) ;

SetHWnd

public void SetHWnd ( OLE_HANDLE ) ;

Refresh

public void Refresh ( ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.