Share via


Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace

Classes

  Class Description
Ff671094.pubclass(en-us,PandP.50).gif ContextMenuButton
Sites and opens the ContextMenu on a button when it is clicked. This enables showing the context menu on left-click gestures.
This is used by the design-time infrastructure and is not intended to be used directly from your code.
Ff671094.pubclass(en-us,PandP.50).gif ContextMenuButtonAutomationPeer
The automation-peer for ContextMenuButton. This is not intended to be used directly from your code.
Ff671094.pubclass(en-us,PandP.50).gif DoubleClickCommand
Class that contains attacheable properties that can be used to bind an ICommand implemention to a Control's MouseDoubleClick event
Ff671094.pubclass(en-us,PandP.50).gif ElementModelContainer
Contains an ElementViewModel providing hookup for keyboard acceleration and default layout and visualization.
This is used by the design-time infrastructure and is not intended to be used directly from your code.
Ff671094.pubclass(en-us,PandP.50).gif ElementModelContainerAutomationPeer
This is used by the design-time infrastructure and is not intended to be used directly from your code.
The automation peer for ElementModelContainer.
Ff671094.pubclass(en-us,PandP.50).gif GridSplitterKeyAccelerator
This is used by the design-time infrastructure and is not intended to be used directly from your code.
Associates a KeyGesture to control the expansion or contraction of one Grid column.
Ff671094.pubclass(en-us,PandP.50).gif GridSplitterKeyAcceleratorBehavior
Behavior attached to Grid to manage handling increment and decrement responses to KeyGesture This is attached to a grid using the attached properties.
Ff671094.pubclass(en-us,PandP.50).gif MaskedPasswordTextBox
This only provides masking of password but does not securely store it. It is intended for use in preventing exposure of password information on the screen, but not internally.
Ff671094.pubclass(en-us,PandP.50).gif SectionModelContainer
The container for a SectionViewModel providing.
This is used by the design-time infrastructure and is not intended to be used directly from your code.
Ff671094.pubclass(en-us,PandP.50).gif SelectionHelper
A utility class that coordinates between an ElementViewModel and connections with the user-interface, such as focus and input binding.
This is used by the design-time infrastructure and is not intended to be used directly from your code.
Ff671094.pubclass(en-us,PandP.50).gif SelectionNotifyingContextMenu
The SelectionNotifyingContextMenu tracks the currently selected SelectionNotifyingMenuItem as the user navigates through the menu.
This is used by the design-time infrastructure and is not intended to be used directly from your code.
Ff671094.pubclass(en-us,PandP.50).gif SelectionNotifyingMenuItem
The SelectionNotifyingMenuItem tracks child SelectionNotifyingMenuItems and provides notification to its parent if it becomes selected.
This is used by the design-time infrastructure and is not intended to be used directly from your code.

Interfaces

  Interface Description
Ff671094.pubinterface(en-us,PandP.50).gif IValueChangeCoordinator
Used to support testing of the MaskedPasswordTextBox