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


Glossary Item Box

Gets or sets a value that indicates whether a WebToolBar control is a merge WebToolBar.

Syntax

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

Remarks

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

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.