Browse Source

注释说明

Jeff 6 years ago
parent
commit
2d6c0706d9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,2 +1,4 @@
 # repos_main
-
+## IDE关键代码说明
+* 如何判断CDockablePane是否隐藏或显示,使用IsVisible()即可。
+* 如果CDockablePane关闭了,使用ShowPane(TRUE,FALSE,TRUE)重新打开。