Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GroupContainer"/> class with the specified title.
 /// </summary>
 /// <param name="title">The title of this <see cref="GroupContainer"/>.</param>
 public GroupContainer(string title) : base(new SafeControlHandle(Libui.NewGroup(title))) => this.title = title;