コード例 #1
0
ファイル: NetTabPage.cs プロジェクト: Bormaglod/ComponentLib
 internal void UpdateBackground()
 {
     PageColor.Update(new Rectangle(-2, -2, Width + 1, Height + 1), Owner.Alignment);
     TabColor.Update(Owner.BoundsNormalTab, Owner.Alignment);
     TabActiveColor.Update(Owner.BoundsSelectTab, Owner.Alignment);
     Invalidate();
 }