QuickNavigator
Represents a predefined RadControl instance which hosts a QuickNavigatorElement.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class QuickNavigator : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlQuickNavigator...
Implements:
Inherited Members
Constructors
Default constructor used by the VisualStyleBuilder to allow for control's styling. Internally mock dock windows are created and displayed in the navigator.
public QuickNavigator()
Properties
public QuickNavigatorElement NavigatorElement { get; }
public override string ThemeClassName { get; set; }
Overrides:
Methods
Checks whether the element's theme is defined by the control.
public override bool ControlDefinesThemeForElement(RadElement element)
The element to should be checked.
Returns:true if the control defines theme for this element, false otherwise.
Overrides:
If true is returned the ThemeResolutionService would not not set any theme to the element to avoid duplicating the style settings of the element.
protected override void CreateChildItems(RadElement parent)
Overrides:
Fills tool window and document lists.
public void Initialize()
protected override void InitializeRootElement(RootRadElement rootElement)
Overrides: