X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FUIComponents%2FCheckBoxButton.cs;h=3d4f1d16a2f5418cd015ee750edb3e1fe76efa02;hb=ea5625aa453488271b0a52ee4e25fbb29feb6484;hp=e2ef38a1950795ec44f444e1b698107f001ed98a;hpb=ff57cbb1221d9f6b9f5fe7a41b6a15f6e92cfc7b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/UIComponents/CheckBoxButton.cs b/src/Tizen.NUI/src/public/UIComponents/CheckBoxButton.cs index e2ef38a..3d4f1d1 100755 --- a/src/Tizen.NUI/src/public/UIComponents/CheckBoxButton.cs +++ b/src/Tizen.NUI/src/public/UIComponents/CheckBoxButton.cs @@ -20,12 +20,12 @@ namespace Tizen.NUI.UIComponents { /// - /// CheckBoxButton provides a check box button which user can check or uncheck.
- /// By default, a CheckBoxButton emits a Button.Clicked event when the button changes its state to selected or unselected.
+ /// The CheckBoxButton provides a checkbox button which the user can check or uncheck.
+ /// By default, the CheckBoxButton emits a Button.Clicked event when the button changes its state to selected or unselected.
/// The button's appearance could be modified by Button.UnselectedImage, Button.BackgroundImage, Button.SelectedImage, Button.SelectedBackgroundImage, Button.DisabledBackgroundImage, Button.DisabledImage, and Button.DisabledSelectedImage.
- /// When the button is not disabled, if it's not selected it only shows the background image.
+ /// When the button is not disabled, if it's not selected, it only shows the background image.
/// The selected image is shown over the background image when the box is selected (background image is not replaced by \e selected image).
- /// When the button is disabled, background image and selected image are replaced by disabled images.
+ /// When the button is disabled, the background image and the selected image are replaced by disabled images.
/// ///
public class CheckBoxButton : Button { @@ -43,7 +43,7 @@ namespace Tizen.NUI.UIComponents /// - /// To make CheckBoxButton instance be disposed. + /// To dispose the CheckBoxButton instance. /// protected override void Dispose(DisposeTypes type) { @@ -77,7 +77,7 @@ namespace Tizen.NUI.UIComponents } /// - /// Creates an initialized CheckBoxButton + /// Creates an initialized CheckBoxButton. /// public CheckBoxButton() : this(NDalicPINVOKE.CheckBoxButton_New(), true) {