CustomTargetLabel Constructor (Control)
Initializes a new instance of the CustomTargetLabel class with an associated access key target.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public CustomTargetLabel(
Control accessKeyTarget
)
public:
CustomTargetLabel(
Control^ accessKeyTarget
)
Public Sub New (
accessKeyTarget As Control
)
Parameters
accessKeyTarget
Type: System.Windows.Forms.ControlThe control to activate when a user invokes this label control. If the control is a button, a button click is performed. Other control types are selected.
See Also
CustomTargetLabel Overload
CustomTargetLabel Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top