ActivatingKeyTipEventArgs.KeyTipVisibility Property

Definition

Gets or sets the value that indicates whether the KeyTip is displayed and accessible.

public:
 property System::Windows::Visibility KeyTipVisibility { System::Windows::Visibility get(); void set(System::Windows::Visibility value); };
public System.Windows.Visibility KeyTipVisibility { get; set; }
member this.KeyTipVisibility : System.Windows.Visibility with get, set
Public Property KeyTipVisibility As Visibility

Property Value

The value that indicates whether the KeyTip is displayed and accessible.

Remarks

When the KeyTipVisibility property is set to Visible, the KeyTip is visible and accessible. When the KeyTipVisibility property is set to Hidden, the KeyTip is hidden but still accessible. When the KeyTipVisibility property is set to Collapsed, the KeyTip is not visible and not accessible.

Applies to