Frameset Frame name

Name in Migrated Code:
Location in Migrated Code: Constructor

2018 01 02 16H32 14 Name

Example :

public myFrameSet()
{
     var a = new Shared.Theme.IO.Html.HtmlFrame() { Height = 180, Name = "a", Vertical = true, Width = 133 };
} 
  1. a is the name of the frame
  2. 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