public CheckBox CurrentCheckBox { get; set; }
Public Property CurrentCheckBox As CheckBox Get Set
public: property CheckBox^ CurrentCheckBox { CheckBox^ get (); void set (CheckBox^ value); }