コード例 #1
0
        protected override void OnLoad(EventArgs e)
        {
            this.AddSamplePages();
            base.OnLoad(e);

            ExamplesForm.CenterControlOnParent(this.radPageView1);
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: imaxmunguia/EjemploPracticos
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            ExamplesForm.FillComboFromEnum(this.animationTypeCombo, typeof(RadEasingType), this.strip.StripScrollingAnimation);
            ExamplesForm.CenterControlOnParent(this.view);
        }