MethodData.IsDisplayed 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.
Determines if the method tip is visible.
public:
property bool IsDisplayed { bool get(); };
public:
property bool IsDisplayed { bool get(); };
public bool IsDisplayed { get; }
member this.IsDisplayed : bool
Public ReadOnly Property IsDisplayed As Boolean
Property Value
If the method tip is displayed, returns true
; otherwise, returns false
.
Remarks
This property returns the state of an internal flag that is set in the UpdateView method and cleared in the OnDismiss method.