DialogAssistant Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.MVVM.DialogAssistant

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class DialogAssistant
public static class DialogAssistant
public ref class DialogAssistant abstract sealed
[<AbstractClass>]
[<Sealed>]
type DialogAssistant =  class end
public final class DialogAssistant

The DialogAssistant type exposes the following members.

Attached Properties

  Name Description
Public attached property DisableCloseButton
Public attached property DisableContextHelp
Public attached property HelpTopic
Public attached property SaveRestorePosition
Public attached property ShowHelpButton
Public attached property UseModalDialogStyling

Top

Methods

  Name Description
Public methodStatic member GetDisableCloseButton
Public methodStatic member GetDisableContextHelp
Public methodStatic member GetHelpTopic
Public methodStatic member GetSaveRestorePosition
Public methodStatic member GetShowHelpButton
Public methodStatic member GetUseModalDialogStyling
Public methodStatic member SetDisableCloseButton
Public methodStatic member SetDisableContextHelp
Public methodStatic member SetHelpTopic
Public methodStatic member SetSaveRestorePosition
Public methodStatic member SetShowHelpButton
Public methodStatic member SetUseModalDialogStyling

Top

Fields

  Name Description
Public fieldStatic member DialogAssistantProperty
Public fieldStatic member DisableCloseButtonProperty
Public fieldStatic member DisableContextHelpProperty
Public fieldStatic member HelpTopicProperty
Public fieldStatic member SaveRestorePositionProperty
Public fieldStatic member ShowHelpButtonProperty
Public fieldStatic member UseModalDialogStylingProperty

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.MVVM Namespace