ZForge.Controls.PropertyGridEx.UIListboxEditor.UIListboxValueMember.UIListboxValueMember C# (CSharp) Method

UIListboxValueMember() public method

public UIListboxValueMember ( string ValueMember ) : System
ValueMember string
return System
            public UIListboxValueMember(string ValueMember)
            {
                sValueMember = ValueMember;
            }
UIListboxEditor.UIListboxValueMember