Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescrLM property 
 
Type
[Visual Basic] 
Public Property TextDescrLM As TextDescriptor 
 
[C#] 
public TextDescriptor TextDescrLM {get; set;} 
 
[C++] 
public: __property TextDescriptor get_TextDescrLM(); 
public: __property void set_TextDescrLM(TextDescriptor);
 
 
Remarks
Text descriptor for the Left Middle text. 
Below you can see a bitmap of a button (simulating a display frame) with all the available texts and their relative position. Note that each of the available texts has its own set of properties. 
 
This property encapsulates the functionality of the TextDescriptor class. 
In order to perform changes to texts settings at Design-time take a look to the How to add text to the control section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index