Version

DisplayMode Property (WebButtonBase)

The display mode used to render control in browser.
Syntax
'Declaration
 
Public Property DisplayMode As ButtonDisplayMode
public ButtonDisplayMode DisplayMode {get; set;}
Remarks
The Inline display allows to render several controls in one line within their container.

The Block display puts control on a separate line.

Note: If Inline is enabled, then some browsers may fail to render button or ignore Width and Height of control when percent units are used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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