Class
KeyTipControl

The KeyTip control.

Definition

Namespace:Telerik.UI.Xaml.Controls.RibbonView.KeyTips

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
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.