Frameset Frame name
Name in Migrated Code:
Location in Migrated Code: Constructor
Example :
public myFrameSet()
{
var a = new Shared.Theme.IO.Html.HtmlFrame() { Height = 180, Name = "a", Vertical = true, Width = 133 };
}
- a is the name of the frame
- In case the name is set using an expression, the following will be added:
+c1.BindName(() => "myName");
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com