Enum TexTBoxStyles
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
PropertyManager page textbox styles. Bitmask.
[Flags]
public enum TexTBoxStyles
Fields
Multiline = 8multiple lines
NoBorder = 4remove borders
NotifyOnlyWhenFocusLost = 1Do 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 = 2text box will be read only