3D PLM Enterprise Architecture

User Interface - Dialogs

CATDlgSeparatorItem

Separates items in menus and toolbars
Quick Reference

CATDialog
  |
  +---CATDlgMenuItem
        |
        +---CATDlgSeparatorItem

The Separator Item
ListSeparatorItem.gif (14301 bytes) The separator item is used to leave thin vertical or horizontal empty areas between different items in menus and toolbars to help better visualize the different parts of a menu, a submenu, a toolbar, or an icon box, and to group related items in these parts

Use separator items whenever you want to clearly separate groups of itemss in a menu, a submenu, a toolbar, or an icon box..


Styles
Name Description
default The separator item default style.

[Top]


Programmer's Guide

The separator item doesn't send any notification.

[Top]

Constructing a Separator Item

The separator item should have for parent either the menu, submenu, toolbar, or icon box in which it appears:.

_pSeparator = new CATDlgSeparatorItem(iParent, "SepId");

[Top]

Setting a Title to a Separator Item

The separator item title should be set by the resource file using a key built with the identifier you declare as the second parameter of the label constructor. It is never displayed.

[Top]


History

Version: 1 [Jan 2000] Document created
[Top]

Copyright © 2000, Dassault Systèmes. All rights reserved.