New to Telerik UI for WPFStart a free 30-day trial

The KeyTip control.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.KeyTips

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
[Themable]
public class KeyTipControl : ContentControl

Inheritance: objectKeyTipControl

Constructors

Initializes a new instance of the KeyTipControl class.

C#
public KeyTipControl()

Methods

Called to re-measure a control.

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSize

The maximum size that the method can return.

Returns:

Size

The size of the control, up to the maximum specified by availableSize.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()