private void OnLoaded(object sender, RoutedEventArgs e)
        {
            this.CreateControl();
            SolidColorBrush brush = new SolidColorBrush(CommFun.FromUInt32(0xFFFFFFF0));

            this.Background         = brush;
            this.Background.Opacity = 0.5;
        }