Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 661 Bytes

File metadata and controls

29 lines (23 loc) · 661 Bytes

ShowEnhancedPullDownMenuGroupIcon

Description

Determines if the group icon should be shown in the specified enhanced pull down menu.

PROCEDURE ShowEnhancedPullDownMenuGroupIcon(
				liDialogID     : LONGINT;
				liComponentID  : LONGINT;
				bShowGroupIcon : BOOLEAN);
def vs.ShowEnhancedPullDownMenuGroupIcon(liDialogID, liComponentID, bShowGroupIcon):
    return None

Parameters

Name Type Description
liDialogID LONGINT
liComponentID LONGINT
bShowGroupIcon BOOLEAN

Version

Availability: from VectorWorks12.5

Category