AutoCompleteState.Popup Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Popup As Popup
public Popup Popup { get; set; }
public:
property Popup^ Popup {
Popup^ get ();
void set (Popup^ value);
}
member Popup : Popup with get, set
function get Popup () : Popup
function set Popup (value : Popup)
Property Value
Type: System.Windows.Controls.Primitives.Popup
Returns Popup.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.