System.Windows.Forms.CreateParams.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
		public override string ToString() {
			return string.Format ("CreateParams {{'{0}', '{1}', 0x{2:X}, 0x{3:X}, {{{4}, {5}, {6}, {7}}}}}", 
					class_name, caption, class_style, ex_style, x, y, width, height);
 		}
		#endregion	// Public Instance Methods