This website works better with JavaScript
Home
Explore
Help
Register
Sign In
OTH
/
repos_main
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
8
Commits
1
Branches
0
Releases
Tree:
4f2c2a2529
Branches
Tags
master
repos_main
HTTP
SSH
ZIP
TAR.GZ
Jeff
4f2c2a2529
1、禁用样式宏;2、侧边栏关闭后,使用ShowPane重新显示;3、判断CDockablePane隐藏或显示,使用IsVisible()函数。
6 years ago
IDE
4f2c2a2529
1、禁用样式宏;2、侧边栏关闭后,使用ShowPane重新显示;3、判断CDockablePane隐藏或显示,使用IsVisible()函数。
6 years ago
.gitignore
ee5bc606f4
添加忽略项。
6 years ago
README.md
e181aad258
注释说明
6 years ago
README.md
repos_main
一、IDE关键代码说明
如何判断CDockablePane是否隐藏或显示,使用IsVisible()即可。
如果CDockablePane关闭了,使用ShowPane(TRUE,FALSE,TRUE)重新打开。