X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FElmSharp%2FElmSharp%2FItemObjectExtension.cs;h=bc4db532639efa54f821f871a8999c714d5d686d;hb=464ec54d20520dbaeded105e2761888a92450b95;hp=ef8b60950a3fabb4c009965d0815df59ccf6db87;hpb=400cb29bb6472acf8430273bda065eb68b4fa3af;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/ElmSharp/ElmSharp/ItemObjectExtension.cs b/src/ElmSharp/ElmSharp/ItemObjectExtension.cs index ef8b609..bc4db53 100755 --- a/src/ElmSharp/ElmSharp/ItemObjectExtension.cs +++ b/src/ElmSharp/ElmSharp/ItemObjectExtension.cs @@ -21,12 +21,14 @@ namespace ElmSharp /// /// The ItemObjectExtension is used to manage item object extension /// + /// preview public static class ItemObjectExtension { /// /// Grab high light of item object /// /// the item object which is grabbed high light + /// preview public static void GrabHighlight(this ItemObject obj) { Interop.Elementary.elm_atspi_component_highlight_grab(obj.Handle); @@ -36,6 +38,7 @@ namespace ElmSharp /// Clear high light of item object /// /// the item object which is cleared high light + /// preview public static void ClearHighlight(this ItemObject obj) { Interop.Elementary.elm_atspi_component_highlight_clear(obj.Handle);