Responder Developer Guide
MakePopupRecursive Method


Version: 10.2.1a

Resource Center Home

The context menu definition.
If true, the first item in the top level menu will have bold text.
Builds the context menu for a context menu definition, including nested menus.
Syntax
'Declaration
 
Protected Sub MakePopupRecursive( _
   ByVal commands As CommandsStyle, _
   ByVal boldFirstItem As Boolean _
) 
'Usage
 
Dim instance As DecoratorBase
Dim commands As CommandsStyle
Dim boldFirstItem As Boolean
 
instance.MakePopupRecursive(commands, boldFirstItem)
protected void MakePopupRecursive( 
   CommandsStyle commands,
   bool boldFirstItem
)

Parameters

commands
The context menu definition.
boldFirstItem
If true, the first item in the top level menu will have bold text.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DecoratorBase Class
DecoratorBase Members

 

 


Send Comment