| 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;} | |
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.
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
Reference
WebToolBar ClassWebToolBar Members