Habanero.Faces.Win.MainTitleIconControlWin.SetIconImage C# (CSharp) Method

SetIconImage() public method

Sets the Image that is shown on the Icon label.
public SetIconImage ( string image ) : void
image string
return void
        public void SetIconImage(string image)
        {
            //TODO Brett 20 Apr 2009: Nubb To figure out:  ((LabelWin)_icon).BackgroundImage = image;
        }
        /// <summary>