PC Review


Reply
Thread Tools Rate Thread

ComboBoxStyle

 
 
=?Utf-8?B?RkM=?=
Guest
Posts: n/a
 
      14th Dec 2004
The ComboBox.DropDownStyle property has a type of ComboBoxStyle, which is an
enumeration. According to the MSDN docs, this enum has three values:
DropDown, DropDownList and Simple. However, I am not able to compile with a
value of DropDown.

Is this value not supported in the Compact Framework?
If not, why? And how can I create a combobox that allows the user to type
in the text box?

Thanks
 
Reply With Quote
 
 
 
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      14th Dec 2004
That is correct, the Compact Framework control supports only DropDownList.
You can either build a custom control or use some combination of TextBox and
ComboBox to allow the user to enter text.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"FC" <(E-Mail Removed)> wrote in message
news:5AFFD8CC-373E-4C83-A9DB-(E-Mail Removed)...
> The ComboBox.DropDownStyle property has a type of ComboBoxStyle, which is
> an
> enumeration. According to the MSDN docs, this enum has three values:
> DropDown, DropDownList and Simple. However, I am not able to compile with
> a
> value of DropDown.
>
> Is this value not supported in the Compact Framework?
> If not, why? And how can I create a combobox that allows the user to type
> in the text box?
>
> Thanks



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ComboBoxStyle.DropDown not available in the compact framework? =?Utf-8?B?dW5pcXVlIFtNQ1NBXQ==?= Microsoft Dot NET Compact Framework 1 19th Nov 2005 11:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:33 PM.