Returns a Boolean value that determines whether the Items property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the Items property is not set to its default value; otherwise, it returns False. Invoke the ResetItems method to r...
Returns a Boolean value that determines whether the ShowFontNamesInFont property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the ShowFontNamesInFont property is not set to its default value; otherwise, it returns False. Invok...
Returns a Boolean value that determines whether the ShowFontTypeIndicator property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the ShowFontTypeIndicator property is not set to its default value; otherwise, it returns False. I...
Gets or sets whether the font names in the list will be displayed in the font they represent. Syntax Remarks By default, each font name in the dropdown list is displayed in the font that it represents. The ShowFontNamesInFont property provides the ability to disable this feature. Note: When the ShowFontNamesInFont...
Gets or sets whether the fonts type indicator icon will be displayed for items in the dropdown list. Syntax Remarks Note: When the ShowFontTypeIndicator is true, the Image property of the controls ItemAppearance is not applied. Example This sample sets the ShowFontNamesInFont and ShowFontTypeIndicator properties o...