다음을 통해 공유


CustomTargetLabel.AccessKeyTarget Property

 

Gets or sets the control that is associated with this label through the access key.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Control AccessKeyTarget { get; set; }
public:
property Control^ AccessKeyTarget {
    Control^ get();
    void set(Control^ value);
}
Public Property AccessKeyTarget As Control

Property Value

Type: System.Windows.Forms.Control

A System.Windows.Forms.Control.

Remarks

When a user invokes this label by pressing a keyboard shortcut, the access key target control is also activated. If the control is a button, a button click is performed. Other control types are selected.

See Also

CustomTargetLabel Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top