Home TOC Index
Initial Information ActiveX TimeOut Properties Basic Properties Properties Related To Styles Styles Properties Properties Related to Calculated Values Methods XWMncSCROLLBAR Event

Initial Information

The following are pieces of information relevant to the ActiveX

CLSID

{ 8025BC91-FAA9-4E9E-8438-9139CE0B4AD7 }

{ 0x8025bc91, 0xfaa9, 0x4e9e, { 0x84, 0x38, 0x91, 0x39, 0xce, 0xb, 0x4a, 0xd7 }}

Structures

ncScrollBarInfo

typedef struct tagncScrollBarInfo

{

public:

LONG m_Min;

LONG m_Max;

LONG m_Pagesize;

LONG m_Pos;

LONG m_Indent;

BYTE m_Radix; //level grouping provided by user

BYTE m_Invert;

BYTE m_Mask;

} ncScrollBarInfo, *LPncScrollBarInfo;

ncScrollBarStyles

typedef struct tagncScrollBarStyles

{

public:

UINT ID;

char m_Orientation;

BYTE m_SuggestedTrackerSize;

BYTE m_SuggestedTickInterval;

CBitmap* m_pHORZBitmap;

//user-programmer definable

union

{

UINT m_State;

UINT m_Style;

};

BYTE m_Mask;

} ncScrollBarStyles, *LPncScrollBarStyles;

Last Modified:

4/13/2006, 1:16:00 PM

Home TOC Index


Created by BBSI WebHelp Writer
Buenaflor Better Softwares International