Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Request: new virtual methods
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Request: new virtual methods

 Post Reply Post Reply
Author
Message
sbre View Drop Down
Groupie
Groupie


Joined: 10 January 2020
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote sbre Quote  Post ReplyReply Direct Link To This Post Topic: Request: new virtual methods
    Posted: 14 hours 21 minutes ago at 10:03am
Hello,

I'm currently using the Codejock Toolkit 24.1.
Could you please declare the following functions as virtual in your next Release?

// XTPGridPaintManager.h: Line 567
virtual void DrawHorizontalLine(CDC* pDC, int xPos, int yPos, int cx, COLORREF clr);
// XTPGridPaintManager.h: Line 581
virtual void DrawVerticalLine(CDC* pDC, int xPos, int yPos, int cy, COLORREF clr);

// XTPGridColumn.h: Line 233
virtual int GetWidth() const;
// XTPGridColumn.h: Line 460
virtual BOOL IsVisible() const;
// XTPGridColumn.h: Line 857
virtual void SetExpanded(BOOL bExpanded);


Thanks in advance Smile




Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.