如何從指定的字段獲取PropertyGrid的TextBox? 我需要這個文本框來設置指針到文本的末尾。 var num = txtBox.GetCharIndexFromPosition(Cursor.Position);
txtBox.SelectionStart = num + 1;
txtBox.SelectionLength = 0;
那麼如何從PropertyGrid中獲取這個
我會嘗試解釋我的問題。 我有一個類: public class Person()
{
[Browsable(false)]
public Int32 Id { get; set; }
public string Name { get; set; }
//...
}
我用PropertyGrid控件顯示Name場,但我並不需要顯示Id,所以
定製的互動我有兩個自定義類: class Something
{
}
和: class SomethingElse
{
public Something newSomething {get;set;}
public String aName {get;set;}
public Image aPicture {get;set;}
//etc...
}
此刻,當我選擇在運行時c