BrowseSlideMode.ShowScrollbar Property

Definition

Show Scroll Bar in Window

Represents the following attribute in the schema: showScrollbar

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

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether to show the scroll bar in the viewing window.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to