AutoSize Property (RibbonBar)
In This Topic
Gets or set value indicating whether the size of this control is calculated automatically.
Syntax
'Declaration
Public Overrides NotOverridable Property AutoSize As Boolean
'Usage
Dim instance As RibbonBar
Dim value As Boolean
instance.AutoSize = value
value = instance.AutoSize
public override bool AutoSize {get; set;}
See Also