Show / Hide Table of Contents

Enum ShowPropertyLabelFlags

Selectable: der Text kann markiert werden, Editable: der Text kann geändert werden, Bold: fett gedruckt, ContextMenu: beim Rechtsklick wird ein ContextMenu benötigt

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
[Flags]
public enum ShowPropertyLabelFlags

Fields

Name Description
AllowDrag

Allows the label to be destination of dradrop operations

Bold

Label in bold letters

CancelButton

A cancel button should be displayed for this entry (usually in the context of an action)

Checked

Label is checked

ContextMenu

There is a context menu for this entry

Editable

Label may be edited, good for named values

Highlight

Label in Highlight color (red)

Link

Label is a link, currently not supported

OKButton

A OK Button should be displayed for this entry (usually in the context of an action)

Selectable

Entry may be selected (almost ever true)

Selected

Label is selected

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX