ClassRadToolTipContentView
Class
Represents a control that can be set as a Content of the RadToolTip. RadToolTipContentView has predefined styles for all Telerik Themes. To enable telerik themes in RadToolTip - just set this control as Content of the RadToolTip.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("Common")]
public class RadToolTipContentView : ContentControl
Inheritance: objectRadToolTipContentView
Constructors
RadToolTipContentView()
Initializes a new instance of the RadToolTipContentView class.
Declaration
cs-api-definition
public RadToolTipContentView()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.