ActivatingKeyTipEventArgs.KeyTipVisibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.