Class
KeyTipControl

The KeyTip control.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.KeyTips

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[Themable]
public class KeyTipControl : ContentControl

Inheritance: objectKeyTipControl

Constructors

KeyTipControl()

Initializes a new instance of the KeyTipControl class.

Declaration

cs-api-definition
public KeyTipControl()

Methods

MeasureOverride(Size)

Called to re-measure a control.

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

The maximum size that the method can return.

Returns

Size

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

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

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()