Hi,
I am trying to create custom shaped form but I do not see the difference:
public partial class FormToolTipError : Telerik.WinControls.UI.ShapedForm{ public FormToolTipError() { InitializeComponent(); Telerik.WinControls.CustomShape customShape = new Telerik.WinControls.CustomShape(); customShape.AsString = "20,20,200,100:20,20,False,0,0,0,0,0:220,20,False,0,0,0,0,0:220,120,False,0,0,0,0,0:20,120,False,0,0,0,0,0:"; this.Shape = customShape; ...
