Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManagerDesc class 
 
[Visual Basic] 
Public Class CellsManagerDesc 
 
[C#] 
public class CellsManagerDesc 
 
[C++] 
public __gc class CellsManagerDesc 
 
The CellsManagerDesc class is internally implemented as an "expandable object": this class allows a better control over cells management. 
It can be used at Runtime in order to change the settings of the CellsManager property, based upon this class (in order to perform changes to cells settings at Design-time take a look to the How to manage cells section).. 
The CellsManagerDesc class is implemented through the following items: 
Properties 
  • Visible 
  • Text 
  • TextDescriptor 
  • PictureNormal 
  • TextHorzAlign 
  • TextVertAlign 
  • PictureHorzAlign 
  • PictureVertAlign 
  • BackColor 
  • BorderColor 
  • BorderWidth 
  • PictureDisabled 
  • PictureTranspFactor 
  • BackTranspFactor 
  •  
    Methods 
  • AddCell  
  • DeleteCell 
  • GetCount 
  • FindCell 
  • GetLogFont 
  • SetLogFont 
  • GetCellUniqueID 
  • GetCellPos 
  • SetCellPos 
  • GetCellSize 
  • SetCellSize 
  • SetPictureFromHandle 
  •  
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    Copyright © 2003-2005 MultiMedia Soft 
    Return to index