Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Is there any analog of CLabel class in prof-UIS? Collapse All
Subject Author Date
Babenko Alexey Jul 30, 2010 - 6:13 AM

CLabel class based on CStatic and has some additional functions like change text angle etc.


CLabel     m_sSuction;


    m_sSuction.SetFontName ("Arial", RUSSIAN_CHARSET);

    m_sSuction.SetFontSize (10);

    m_sSuction.SetFontItalic (TRUE);

    m_sSuction.SetRotationAngle (90, TRUE);

    m_sSuction.SetFontBold (TRUE);

    m_sSuction.SetTextColor (RGB (0, 0, 127));


Like this.


Is there any analog of CLabel class in prof-UIS? Thanks!

Technical Support Jul 30, 2010 - 7:42 AM

This is a CExtLabel class in Prof-UIS.