S
scorpion53061
In this code what do I have to do to get the read only and Height property
to work?
this is going into a datagrid.
Dim BOOKSLABEL As New ColoredTextBoxColumn
BOOKSLABEL.TextBox.BackColor = System.Drawing.SystemColors.Desktop
BOOKSLABEL.MappingName = "Label"
BOOKSLABEL.HeaderText = "Possible Fields"
BOOKSLABEL.Alignment = HorizontalAlignment.Left
BOOKSLABEL.TextBox.Height = 150
BOOKSLABEL.Width = 200
BOOKSLABEL.TextBox.ReadOnly = True
to work?
this is going into a datagrid.
Dim BOOKSLABEL As New ColoredTextBoxColumn
BOOKSLABEL.TextBox.BackColor = System.Drawing.SystemColors.Desktop
BOOKSLABEL.MappingName = "Label"
BOOKSLABEL.HeaderText = "Possible Fields"
BOOKSLABEL.Alignment = HorizontalAlignment.Left
BOOKSLABEL.TextBox.Height = 150
BOOKSLABEL.Width = 200
BOOKSLABEL.TextBox.ReadOnly = True