Table of Contents

Enum TexTBoxStyles

Namespace
Hymma.Solidworks.Addins
Assembly
Hymma.Solidworks.Addins.dll

PropertyManager page textbox styles. Bitmask.

[Flags]
public enum TexTBoxStyles

Fields

Multiline = 8

multiple lines

NoBorder = 4

remove borders

NotifyOnlyWhenFocusLost = 1

Do not send notification every time a character in the text box changes; instead, only send notification when text box loses focus after the user has made all changes

ReadOnly = 2

text box will be read only