| Visual Basic (Declaration) | |
|---|---|
Public Property MergeToolBar As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebToolBar Dim value As Boolean instance.MergeToolBar = value value = instance.MergeToolBar | |
| C# | |
|---|---|
public bool MergeToolBar {get; set;} | |
WebToolBar introduces Merging feature which allows you to Merge ToolBar from your parent page with child page. There are 2 types of Merging, which are ToolBar Merging and ToolCommand Merging.
ToolBar Merging is used to combine Parent ToolBar with Child ToolBar from different pages. Hence, it will merge the whole ToolBars. To enable ToolBar Merging simply set MergeToolBar to True.
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