Share via


MethodData.IsDisplayed Property

Definition

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.

Applies to