Skip to content

MinimumVisibleWidth Property

Description

Minimum allowable width of the ribbon bar.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property MinimumVisibleWidth() As Long

Remarks

The ribbon bar will automatically be hidden if the application's width is resized to a size smaller than MinimumVisibleWidth. The ribbon bar will re-appear when the application's width is resized to a size greater than or equal to MinimumVisibleWidth.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.