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

         
 C#  Visual Basic  Visual C++ 
public enum DownlevelTextMode
Public Enumeration DownlevelTextMode
public enum class DownlevelTextMode

Members

MemberDescription
MainInstructionAndContent
The text of the MainInstruction and Content properties is concatenated together, separated by an empty line.
MainInstructionOnly
Only the text of the MainInstruction property is shown.
ContentOnly
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