You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > CommunitySearch Class > CommunitySearch Properties > EnableMouseOver
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
CommunitySearch.EnableMouseOver Property

When set to False, the profile pop-up is disabled when hovering over a display name in the search results.

  • True = Enable the profile pop-up when hovering over a display name.
  • False = Disable the profile pop-up when hovering over a display name.

C#
[Category("Ektron")]
[TypeConverter(typeof(bool))]
[Description("When the property is set to false, prevents pop-up profile from ever being shown.")]
[DefaultValue("true")]
public bool EnableMouseOver;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(bool))>
<Description("When the property is set to false, prevents pop-up profile from ever being shown.")>
<DefaultValue("true")>
Public Property EnableMouseOver() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!