| Visual Basic (Declaration) | |
|---|---|
Public Property IntegratedToDesktopManager As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebButton Dim value As Boolean instance.IntegratedToDesktopManager = value value = instance.IntegratedToDesktopManager | |
| C# | |
|---|---|
public bool IntegratedToDesktopManager {get; set;} | |
You can operate the WebButton in Integration mode. The integration to WebDesktopManager component enables the button to resemble the look and feel of CommandButtonStyle, CommandButtonDisabledStyle, CommandButtonBorderType and CommandButton's ComplexImages which specified in DesktopManager level. To enable the Integration mode, simply set this property to True.
When the WebButton is integrated, all the styles will be overridden with inherited styles from WebDesktopManager, with intention to ensure consistent look and feel of all Integrated WebButton.
Target Platforms: 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