TdxTokenEditProperties.CloseGlyphPosition Property
Specifies the position and availability of the Close glyph within a token box.
Declaration
property CloseGlyphPosition: TdxTokenEditElementPosition read; write; default teepRight;
Property Value
Type | Default |
---|---|
TdxTokenEditElementPosition | teepRight |
Remarks
Clicking on the Close glyph raises the OnTokenDelete event and removes the respective token box from the token editor. You can use the CloseGlyphPosition property to show, hide, or change the Close glyph position in all token boxes.
For detailed information on all available options, refer to the TdxTokenEditElementPosition type description.
Note
To hide, display, or change the visibility of glyphs or images assigned to tokens within the token editor, use the GlyphPosition property.
The default value of the CloseGlyphPosition property is teepRight.
See Also