Xwt.Frame.Clear C# (CSharp) Method

Clear() public method

Removes all children of the Frame
public Clear ( ) : void
return void
        public void Clear()
        {
            Content = null;
        }