HTMLFrameElement.NoResize

HTMLFrameElement.NoResize property

When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.01.

public bool NoResize { get; set; }

See Also