Version

IsGlassSupported Property

Gets or sets whether glass should be extended automatically into a containing form.
Syntax
'Declaration
 
Public Property IsGlassSupported As Boolean
public bool IsGlassSupported {get; set;}
Remarks

This property affects the following features:

  • Navigation Toolbar
  • Ribbon

Note: Glass can only be extended onto a main-level form, so this will not have an effect on a child mdi form or a user control. Furthermore, this property will only have an effect when the FormDisplayStyle property is set to 'RoundedSizable'

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also