Hide Table of Contents
MenuPosition Property (ICommandGroup)

Gets or sets the position of the CommandGroup for the specified document templates.

.NET Syntax

Visual Basic (Declaration) 
Property MenuPosition( _
   ByVal Context As Integer _
) As Integer
Visual Basic (Usage) 
Dim instance As ICommandGroup
Dim Context As Integer
Dim value As Integer
 
instance.MenuPosition(Context) = value
 
value = instance.MenuPosition(Context)
C# 
int MenuPosition( 
   int Context
) {get; set;}
C++/CLI 
property int MenuPosition {
   int get(int Context);
   void set (int Context, int value);
}

Parameters

Context
Context as defined in swDocTemplateTypes_e

Return Value

Position of the CommandGroup in the CommandManager

NOTE: Specify 0 to add the CommandGroup to the beginning of the CommandMananger, or specify -1 to add it to the end of the CommandManager.

Remarks

If setting the position of the CommandGroup using this property, you must use it before using ICommandGroup::Activate. If you use this property after using ICommandGroup::Activate, then this property has no effect. 

If you do not use this property to set the position of the ICommandGroup, then the position specified in ICommandManager::CreateCommandGroup is used.

The get position of this property returns the position of the ICommandGroup set by either this property or  ICommandManager::CreateCommandGroup.

See Also

Availability

SolidWorks 2007 FCS, Revision Number 15


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   MenuPosition Property (ICommandGroup)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.