'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("Value")> <RefreshPropertiesAttribute(Repaint)> <DescriptionAttribute("A selected item of list box field.")> Public Overrides Property SelectedItem As System.String
[DefaultValue(null)] [Category("Value")] [RefreshProperties(Repaint)] [Description("A selected item of list box field.")] public override System.String SelectedItem { get; set; }
[DefaultValue(null)] [Category("Value")] [RefreshProperties(Repaint)] [Description("A selected item of list box field.")] public: __property System.String get_SelectedItem(); override; public: __property void set_SelectedItem(
System.String value
); override;
[DefaultValue(null)] [Category("Value")] [RefreshProperties(Repaint)] [Description("A selected item of list box field.")] public:
property System.String SelectedItem { System.String get() override;; void set(System.String value) override;; }
Property Value
null if choice field does NOT have selected item;
value of the DisplayedValue property if choice field has selected item.
value of the DisplayedValue property if choice field has selected item.