| Home | TOC | Index |
| Initial Information | ActiveX TimeOut Properties | Basic Properties | Properties Related To Styles | Styles Properties | Properties Related to Calculated Values | Methods | XWMncSCROLLBAR Event |
The following are pieces of information relevant to the ActiveX
{ 8025BC91-FAA9-4E9E-8438-9139CE0B4AD7 }
{ 0x8025bc91, 0xfaa9, 0x4e9e, { 0x84, 0x38, 0x91, 0x39, 0xce, 0xb, 0x4a, 0xd7 }}
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;
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;
4/13/2006, 1:16:00 PM
| Home | TOC | Index |
| Initial Timeout | |
| Succeeding Timeout |
| Minimum | |
| Maximum | |
| Pagesize | |
| Position | |
| Dynamic Position | |
| Indention | |
| Radix | |
| Invert | |
| Track Level |
| Suggested Tracker Size | |
| Suggested Tick Interval | |
| Refined Coarse Granules |
| Styles | |
| Orientation | |
| Has Minimum Arrow | |
| Has Maximum Arrow | |
| Independent Arrow Operation | |
| Trackers | |
| Ticks | |
| Tracker Spaces | |
| Tick Places | |
| Tracker Hinge | |
| Synchronized Tracker Sizes |
| Coarse Tracker | |
| Fine Tracker |
| Coarse Tick | |
| Fine Tick |
| Coarse Tracker Space | |
| Fine Tracker Space |
| Coarse Tick Place | |
| Fine Tick Place |
| Maximum Track Level | |
| Dynamic Radix | |
| Coarse Granules |
| DoIndepArrowResponse | |
| DoOwnerResponse | |
| DoReStyleControl | |
| DoAdjustRect | |
| DoGetExtent | |
| DoGetCurrentPage | |
| DoGetCurrentGroup |
| wParam | |
| lParam |