Autodesk.AutoCAD.ApplicationServices Namespace > TabbedDialogExtension Class > TabbedDialogExtension Constructor > TabbedDialogExtension(System.Windows.Forms.Control, TabbedDialogAction) Constructor
TabbedDialogExtension.TabbedDialogExtension(System.Windows.Forms.Control, TabbedDialogAction) Constructor
Description

 

This constructor assigns the action specified by onOK as the OK button handler.

Visual Basic
Public Sub New(
    control As System.Windows.Forms.Control, 
    onOK As TabbedDialogAction
)
C#
public TabbedDialogExtension(
    System.Windows.Forms.Control control, 
    TabbedDialogAction onOK
);
Parameters
Parameters 
Description 
System.Windows.Forms.Control control 
Input which owns this extension. 
TabbedDialogAction onOK 
Input Autodesk.AutoCAD.ApplicationServices.TabbedDialogAction object to handle what happens on an "Ok" click. 
Links
   Comments?