Example #1
0
 protected CheckboxWidget(CheckboxWidget other)
     : base(other)
 {
     CheckType = other.CheckType;
     GetCheckType = other.GetCheckType;
     IsChecked = other.IsChecked;
     CheckOffset = other.CheckOffset;
     HasPressedState = other.HasPressedState;
 }
Example #2
0
 protected CheckboxWidget(CheckboxWidget other)
     : base(other)
 {
     CheckType       = other.CheckType;
     GetCheckType    = other.GetCheckType;
     IsChecked       = other.IsChecked;
     CheckOffset     = other.CheckOffset;
     HasPressedState = other.HasPressedState;
 }
Example #3
0
 protected CheckboxWidget(CheckboxWidget other)
     : base(other)
 {
     Text = other.Text;
     Checked = other.Checked;
 }