Gets the submenus for this frame.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSubMenus( _
ByVal DocType As System.Integer, _
ByVal As System.String, _
ByVal As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IFrame
Dim DocType As System.Integer
Dim FullMenuName As System.String
Dim NumSubMenus As System.Integer
Dim value As System.String
value = instance.IGetSubMenus(DocType, FullMenuName, NumSubMenus) |
C# | |
---|
System.string IGetSubMenus(
System.int DocType,
System.string ,
System.int
) |
C++/CLI | |
---|
System.String^ IGetSubMenus(
& System.int DocType,
& System.String^ ,
& System.int
) |
Parameters
- DocType
- Type of document as defined by swDocumentTypes_e
- FullMenuName
Full name of menu
- NumSubMenus
- Number of submenus
Return Value
- in-process, unmanaged C++: Pointer to an array of the names of the submenus of size NumSubMenus
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SoldiWorks 2003 FCS, Revision Number 11.0