TextControlOptions
:
Enum
Options for text controls
Value
KeepEnter
Use enter key for linefeed in text
Multiline
Text can have more than one line
None
None
Password
Obscure text
Wrap
Wrap words inside control
Method
public
static
TextControlOptions
TextControlOptions
.
AllFlags
Get a value with all flags on
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
static
const
int
TextControlOptions
.
Count
Get number of enumerated values
public
static
TextControlOptions
TextControlOptions
.
FindValueByLabel
(
label
)
Get a value with a matching label
public
TextControlOptions
[]
TextControlOptions
.
GetFlagArray
Get an array of values for each flag set
public
int
TextControlOptions
.
GetFlagCount
Returns the number of flags currently set
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
Fact
.
GetLayoutFact
Return a layout for the fact browser
public
virtual
Fact
.
GetLayoutNode
Return a layout for a graph display
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
bool
TextControlOptions
.
HasFlag
(
TextControlOptions
flag
)
Returns true if a value contains a flag
public
bool
TextControlOptions
.
HasFlagMask
(
TextControlOptions
mask
,
TextControlOptions
flag
)
Returns true if a value contains flags represented by mask
public
string
TextControlOptions
.
Label
The label of this enumeration if present, otherwise Name
public
string
TextControlOptions
.
Name
The name of this enumeration
public
bool
TextControlOptions
.
NotFlag
(
TextControlOptions
flag
)
Returns true if a value does not contain a flag
public
static
TextControlOptions
[]
TextControlOptions
.
ValueArray
Get an array of values
Function
FlagMask
GetMask
(
TextControlOptions
mask
,
TextControlOptions
value
)
Create a FlagMaskClass object