91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

wpf怎么調用winform控件

wpf
小億
176
2024-08-11 14:18:36
欄目: 智能運維

在WPF中調用WinForms控件可以通過在WPF中使用WindowsFormsHost控件來實現。下面是一個簡單的示例代碼:

  1. 在XAML文件中添加WindowsFormsHost控件:
<Window x:Class="WpfApp.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
        Title="MainWindow" Height="450" Width="800">
    <Grid>
        <WindowsFormsHost Name="winFormsHost">
            <wf:Button Text="WinForms Button" Click="WinFormsButton_Click"/>
        </WindowsFormsHost>
    </Grid>
</Window>
  1. 在代碼文件中處理WinForms控件的事件:
using System.Windows;
using System.Windows.Forms;

namespace WpfApp
{
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }

        private void WinFormsButton_Click(object sender, System.EventArgs e)
        {
            MessageBox.Show("Button Clicked");
        }
    }
}

這樣就可以在WPF中調用WinForms控件,并處理其事件了。需要注意的是,WindowsFormsHost控件只能包含一個WinForms控件,如果需要多個WinForms控件,可以在WindowsFormsHost控件中嵌套一個Panel控件,然后將多個WinForms控件添加到Panel控件中。

0
麻栗坡县| 舟山市| 济南市| 云龙县| 顺昌县| 平江县| 寿宁县| 磴口县| 嘉黎县| 安乡县| 石家庄市| 白河县| 南岸区| 临城县| 屏边| 颍上县| 神木县| 乌兰浩特市| 桓台县| 隆子县| 灵台县| 图片| 平顺县| 长海县| 乌兰浩特市| 稻城县| 高陵县| 股票| 民乐县| 安陆市| 南昌县| 吴江市| 沁水县| 两当县| 开封市| 岳普湖县| 弥勒县| 都昌县| 高清| 温州市| 茶陵县|