Base class implementation, intended to be overridden in derived classes which support prompting.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overridable Sub ShowPrompt ( _
    visible As Boolean _
)
protected virtual void ShowPrompt(
    bool visible
)
protected:
virtual void ShowPrompt(
    bool visible
)
abstract ShowPrompt : 
        visible:bool -> unit  
override ShowPrompt : 
        visible:bool -> unit
protected function ShowPrompt(
    visible : boolean
)
Parameters
- visible
 Type: System.Boolean
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace