「C#」AxWebBrowserの利用
サンプルコード下記:
AxWebBrowser CurrentBrowser
{
get
{
return (CurrentTab.Tag as BrowserData).Browser;
}
}
Coding Changes the World
サンプルコード下記:
AxWebBrowser CurrentBrowser
{
get
{
return (CurrentTab.Tag as BrowserData).Browser;
}
}