Setting Multiline property on textbox control array. 
Author Message
 Setting Multiline property on textbox control array.

Hi Everybody,

Does any of you out there know how to set the multiline property on a
textbox in a Textbox control array. It says in the help file that the
property is readonly at run-time. But control arrays are created run-time,
so there MUST be a way of doing this.

Regards

Jakob Br?ckner



Thu, 01 Aug 2002 03:00:00 GMT  
 Setting Multiline property on textbox control array.


Quote:
> Hi Everybody,

> Does any of you out there know how to set the multiline property on a
> textbox in a Textbox control array. It says in the help file that the
> property is readonly at run-time. But control arrays are created run-
time,
> so there MUST be a way of doing this.

Items you add at runtime should inherit their properties from the
lowest control in the array so if you set that at design time to be
Multiline then all controls you load will be multiline.  I just tried
it and it seems to work fine.  You can't change Multiline after a
control is created.

--
Please reply via the newsgroup only

Sent via Deja.com http://www.deja.com/
Before you buy.



Fri, 02 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. textbox control multiline property at run-time

2. Custom control with property like Listbox and textbox (multiline)

3. TextBox Control Array Evaluating the Text property

4. Setting tabs and line-end in a multiline Textbox

5. Setting scroll position of TextBox with MultiLine

6. Setting scroll position of TextBox with MultiLine

7. Set Focus in TextBox Control Array

8. SET Multiline Property (READONLY)

9. Multiline VB Textbox Control

10. How to make controls with multiline properties?

11. Exposing MultiLine property in constituent control

12. MultiLine property in enhancing Text Box control !!!

 

 
Powered by phpBB® Forum Software