Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.TextDescriptor property 
 
Type
[Visual Basic] 
Public Property CellsManager.TextDescriptor(UniqueID as Short) As TextDescriptor 
 
[C#] 
public TextDescriptor CellsManager.get_TextDescriptor(short UniqueID); 
public void CellsManager.set_TextDescriptor(short UniqueID, TextDescriptor); 
 
[C++] 
public: __property TextDescriptor CellsManager.get_TextDescriptor(short UniqueID); 
public: __property void CellsManager.set_TextDescriptor(short UniqueID, TextDescriptor);
 
 
Remarks
Text descriptor for the cell identified by the UniqueID parameter. 
This property encapsulates the functionality of the TextDescriptor class.
 
 
See also
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index