Click or drag to resize

DownlevelTextMode Enumeration

An enumeration that displays how the text in the MainInstruction and Content properties is displayed on a credential dialog in Windows XP.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum DownlevelTextMode
Members
  Member nameValueDescription
MainInstructionAndContent0 The text of the MainInstruction and Content properties is concatenated together, separated by an empty line.
MainInstructionOnly1 Only the text of the MainInstruction property is shown.
ContentOnly2 Only the text of the Content property is shown.
Remarks

Windows XP does not support the distinct visual style of the main instruction, so there is no visual difference between the text of the MainInstruction and Content properties. Depending on the scenario, you may wish to hide either the main instruction or the content text.

See Also