Skip to main content
A newer version of this page is available. .

IBaseDocumentSelectorProperties Properties

Exposes properties that affect the Document Selector.
Name Description
AllowGlyphSkinning Gets or sets whether or not the Document Selector supports Glyph Skinning.
AllowHtmlDraw Gets or sets whether or not Document Selector text blocks can be formatted using HTML tags.
CanHtmlDraw Returns whether or not Document Selector text blocks can be formatted using HTML tags.
CanUseAlphabeticalComparer Returns whether or not the Document Selector can sort its items alphabetically. To do so, set the IBaseDocumentSelectorProperties.ItemSortMode property to Alphabetical.
CanUseCustomComparer Returns whether or not the Document Selector can use a custom comparer to sort items.
CanUseGlyphSkinning Returns whether or not the Document Selector supports Glyph Skinning.
DocumentFooterFormat Gets or sets the string according to which the Document Selector formats its Document items’ footers.
DocumentHeaderFormat Gets or sets the string according to which the Document Selector formats its Document items’ headers.
ItemCaptionFormat Gets or sets the string according to which the Document Selector formats its Document items’ captions.
ItemSortMode Gets or sets order in which Documents and dock panels appear inside the Document Selector.
PanelFooterFormat Gets or sets the string according to which the Document Selector formats its Panel items’ footers.
PanelHeaderFormat Gets or sets the string according to which the Document Selector formats its Panel items’ headers.
ShowPreview Gets or sets whether or not the Document Selector shows previews of focused Documents and dock panels.
See Also