Intersoft WebDesktop Documentation
IntegratedTo Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebToolBar Class : IntegratedTo Property


Glossary Item Box

Gets or sets the WebToolBar menu integrated mode.

Syntax

Visual Basic (Declaration) 
Public Property IntegratedTo As MenuIntegrationMode
Visual Basic (Usage)Copy Code
Dim instance As WebToolBar
Dim value As MenuIntegrationMode
 
instance.IntegratedTo = value
 
value = instance.IntegratedTo
C# 
public MenuIntegrationMode IntegratedTo {get; set;}

Remarks

By default, when you drop a new Bar from ToolBox to the designer surface, the Bar will automatically looking for the default PlaceHolderManager instance, set its PlaceHolder property to the PlaceHolderManager's ID and finally set its IntegratedTo property to PlaceHolderManager. For more information on how the PlaceHolderManager works in design time, see Interactive PlaceHolderManager Designer.

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.