Intersoft WebDesktop Documentation
IntegratedToDesktopManager Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebButton Class : IntegratedToDesktopManager Property


Glossary Item Box

Specifies whether the button should be integrated to Desktop Manager.

Syntax

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;}

Remarks

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.

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.