TextControlOptions: EnumOptions for text controlsValueKeepEnterUse enter key for linefeed in textMultilineText can have more than one lineNoneNonePasswordObscure textWrapWrap words inside controlMethodpublic static TextControlOptions TextControlOptions.AllFlagsGet a value with all flags onpublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public static const int TextControlOptions.CountGet number of enumerated valuespublic static TextControlOptions TextControlOptions.FindValueByLabel(label)Get a value with a matching labelpublic TextControlOptions[] TextControlOptions.GetFlagArrayGet an array of values for each flag setpublic int TextControlOptions.GetFlagCountReturns the number of flags currently setpublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual Fact.GetLayoutFactReturn a layout for the fact browserpublic virtual Fact.GetLayoutNodeReturn a layout for a graph displaypublic virtual object.GetLayoutSpanReturn a layout inside a span
public virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic bool TextControlOptions.HasFlag(TextControlOptions flag)Returns true if a value contains a flagpublic bool TextControlOptions.HasFlagMask(TextControlOptions mask, TextControlOptions flag)Returns true if a value contains flags represented by maskpublic string TextControlOptions.LabelThe label of this enumeration if present, otherwise Namepublic string TextControlOptions.NameThe name of this enumerationpublic bool TextControlOptions.NotFlag(TextControlOptions flag)Returns true if a value does not contain a flagpublic static TextControlOptions[] TextControlOptions.ValueArrayGet an array of valuesFunctionFlagMask GetMask(TextControlOptions mask, TextControlOptions value)Create a FlagMaskClass object