Exemplo n.º 1
0
static void MakeOption(One<Ctrl>& ctrl)
{
	ctrl.Create<Option>().ShowLabel(false);
	ctrl->SetData(0);
	ctrl->WantFocus();
}