IVsInfoBarActionItem.Underline 属性

定义

确定文本是否带下划线。

public:
 property bool Underline { bool get(); };
public:
 property bool Underline { bool get(); };
public bool Underline { get; }
member this.Underline : bool
Public ReadOnly Property Underline As Boolean

属性值

Boolean

如果文本带下划线,则为 True; 否则为 false。

实现

适用于