Méthode | Description | |
---|---|---|
FwPanel ( ) : System |
|
Méthode | Description | |
---|---|---|
OnClientSizeChanged ( |
After the panel has been resized, force the border to be repainted. I found that often, after resizing the panel at runtime (e.g. when it's docked inside a splitter panel and the splitter moved), the portion of the border that was newly repainted didn't show the overriden border color handled by the WndProc above.
|
|
OnPaintBackground ( |
|
|
WndProc ( |
Catch the non client area paint message so we can paint a border around the explorer bar that isn't black.
|
protected OnClientSizeChanged ( |
||
e | ||
Résultat | void |
protected OnPaintBackground ( |
||
e | ||
Résultat | void |
protected WndProc ( |
||
m | ||
Résultat | void |