public interface ITest {
void Somethink();
}
public class Test1 : ITest {
public void Somethink() { /* do stuff */ }
public int Test1Property { get; set; }
}
public class Test2 :
我想顯示靜態(共享)在運行時對象在PropertyGrid中,但如果我嘗試設置這樣的網格的選擇對象屬性: _propertyGrid.SelectedObject = System.Windows.Forms.Application
我得到一個編譯錯誤: 'Application' is a type and cannot be used as an expression. 有沒有辦法在Pro
我有一個項目,我們必須在所見即所得的用戶控件上表示一些圖形對象。還需要編輯每個對象的屬性(顏色,位置等)。 alt text http://lh6.ggpht.com/_1TPOP7DzY1E/TBHz8PW8MQI/AAAAAAAADPE/kzAbKKsEkmU/s144/Untitled.gif 我使用PropertyGrid的( '直接' 的屬性編輯)和自定義窗體上的DoubleClick(