Removes the specified flyout from the CommandManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveFlyoutGroup( _
ByVal UserID As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandManager
Dim UserID As Integer
Dim value As Boolean
value = instance.RemoveFlyoutGroup(UserID)
|
C# | |
---|
bool RemoveFlyoutGroup(
int UserID
) |
C++/CLI | |
---|
bool RemoveFlyoutGroup(
& int UserID
) |
Parameters
- UserID
User-defined ID of the flyout to remove
Return Value
True if removal successful, false if not
Example
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0