LDialogColor::LDialogColor

#include "ltwrappr.h"

LDialogColor::LDialogColor()

LDialogColor::LDialogColor(pLBitmap)

Constructs and initializes the member variables of the LDialogColor object.

Parameters

LBitmapBase * pLBitmap

Pointer to the bitmap object referencing the bitmap object to assign to the specified object.

Returns

None.

Required DLLs and Libraries

See Also

Functions

Example

//This is an example for : LDialogColor:: LDialogColor () 
 
L_INT LDialogColor_LDialogColorExample_1( ) 
 
{ 
   LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded 
 
   LDialogColor MyDialogColor;     //construct a dialogcolor object 
 
   //.... do something here   ....    
 
   //Destructor is called upon returning from function 
 
   return SUCCESS; 
} 
 
//This is an example for : LDialogColor:: LDialogColor (pBitmap) 
 
L_INT LDialogColor_LDialogColorExample_2(LBitmapBase * BitmapObj) 
 
{ 
   LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded 
 
   LDialogColor MyDialogColor (BitmapObj);     //construct a dialogcolor object 
 
   //.... do something here   ....    
 
   return SUCCESS; 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.