Forum Discussion

warnerbrothers's avatar
warnerbrothers
Occasional Visitor
3 years ago

TcxCheckComboBox. Set item ckecked

Hello!

 

I'm trying to set property Checked of TcxCheckComboBox item, but I haven't appropriate property or method in the TC-object.

I tried to add TcxCheckComboBox class to the Object Mapping to the part CheckListBox, and then I can see methods CheckItem and ClickItem, but get an error if I try using one of them. 

 

Can you help me please - how can i set the TcxCheckComboBox.Properties.Items(0).Checked property.

 

Thanks

 

 

1 Reply

  • tphillips's avatar
    tphillips
    Frequent Contributor

    Do the Click() and ClickButton() functions work? For me using a regular win32 checkbox I have to check the state using .wState and then click the checkbox using .Click() if it doesn't match