public bool ShowCurrentPageHighlight { get; set; }
Public Property ShowCurrentPageHighlight As Boolean Get Set
public: property bool ShowCurrentPageHighlight { bool get (); void set (bool value); }
member ShowCurrentPageHighlight : bool with get, set
/** @property */ public boolean get_ShowCurrentPageHighlight() /** @property */ public void set_ShowCurrentPageHighlight(boolean value)
function get_ShowCurrentPageHighlight(); function set_ShowCurrentPageHighlight(value);