Public Property ItemIndex As Integer
public int ItemIndex { get; set; }
public: property int ItemIndex { int get (); void set (int value); }
function get_itemIndex(); function set_itemIndex(value);