Show (ParentAsPanelWrapper, LeftAsInt, TopAsInt, WidthAsInt, HeightAsInt) AsString
This routine is needed if you want to add the ComboBox view in the code. Parent = parent view, can be a Panel or the Activity Left, Top, Width and Height properties of the ComboBox Example: ComboBox1.Initialize(Me, "ComboBox1") ComboBox1.Show(Activity, 20dip, 20dip, 150dip, 48dip)
Show (ParentAsPanelWrapper, LeftAsInt, TopAsInt, WidthAsInt, HeightAsInt) AsString
This routine is needed if you want to add the ComboBox view in the code. Parent = parent view, can be a Panel or the Activity Left, Top, Width and Height properties of the ComboBox Example: ComboBox1.Initialize(Me, "ComboBox1") ComboBox1.Show(Activity, 20dip, 20dip, 150dip, 48dip)