ActivatingKeyTipEventArgs.KeyTipVisibility Property
Gets or sets the value that indicates whether the KeyTip is displayed and accessible.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property KeyTipVisibility As Visibility
public Visibility KeyTipVisibility { get; set; }
public:
property Visibility KeyTipVisibility {
Visibility get ();
void set (Visibility value);
}
member KeyTipVisibility : Visibility with get, set
function get KeyTipVisibility () : Visibility
function set KeyTipVisibility (value : Visibility)
Property Value
Type: System.Windows.Visibility
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.