Share via


MemberProperty.ShowTip Property

Definition

Show Tooltip

Represents the following attribute in the schema: showTip

[DocumentFormat.OpenXml.SchemaAttr(0, "showTip")]
public DocumentFormat.OpenXml.BooleanValue ShowTip { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowTip { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showTip")]
public DocumentFormat.OpenXml.BooleanValue? ShowTip { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showTip")]
public DocumentFormat.OpenXml.BooleanValue? ShowTip { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowTip { get; set; }
member this.ShowTip : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showTip")>]
member this.ShowTip : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showTip")>]
member this.ShowTip : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowTip As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to