摘要:
private void treeList1_GetNodeDisplayValue(object sender, GetNodeDisplayValueEventArgs e) { if (e.Column.FieldName == "State") { if (Convert.ToString( 阅读全文
摘要:
const int WM_SYSCOMMAND = 0x112; const int SC_CLOSE = 0xF060; const int SC_MINIMIZE = 0xF020; const int SC_MAXIMIZE = 0xF030; protected override void 阅读全文