or
Me
.RadScheduler1.Statuses.Add(
New
AppointmentStatusInfo(6,
"Guests"
, Color.Transparent, Color.Transparent, AppointmentStatusFillType.Solid))
Me
.RadScheduler1.Statuses.Add(
New
AppointmentStatusInfo(7,
"NoGuests"
, Color.White, Color.White, AppointmentStatusFillType.Solid))
this
.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
this
.HelpButton =
true
;
this
.Icon = ((System.Drawing.Icon)(resources.GetObject(
"$this.Icon"
)));
this
.MaximizeBox =
false
;
this
.MinimizeBox =
false
;
Hello ,
Simple question about the multicolumn combo box .
When browsing through the list of combo box items with arrow up and down I want to prevent the text in the of the combo box to change.
How can I realize this?
Kind regards,
Tim van Rooijen