Gets or sets a value indicating whether the cue banner should be visible when the box has focus.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public bool ShowCueWhenFocused { get; set; }
Visual Basic
Public Property ShowCueWhenFocused As Boolean
	Get
	Set
Visual C++
public:
property bool ShowCueWhenFocused {
	bool get ();
	void set (bool value);
}
F#
member ShowCueWhenFocused : bool with get, set

Property Value

Type: Boolean

See Also