WebBrowserBase::ChangeUICues Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the focus or keyboard user interface (UI) cues change.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
event UICuesEventHandler^ ChangeUICues {
	void add(UICuesEventHandler^ value);
	void remove(UICuesEventHandler^ value);
}

Exception Condition
NotSupportedException

A handler is being added to this event.

SecurityPermission

for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.

.NET Framework
Available since 2.0
Return to top
Show: