NevronOpenVision
Nevron.Nov.UI Namespace / NTaskDialog Class
Fields Properties Methods Events


In This Topic
    NTaskDialog Class Members
    In This Topic

    The following tables list the members exposed by NTaskDialog.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor. Do not use this constructor to create task dialogs. Use the static Create method instead.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CommonButtons property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ButtonStrip child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CustomButtonIndex property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CustomButtons child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Footer child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Header child.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NTaskDialog.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RadioButtonGroup child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TaskResult property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the VerificationCheckBox child.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the common buttons of the task dialog, e.g. OK, Cancel, etc.  
    Public PropertyGets/Sets the buttons strip, which holds the common buttons of the task dialog. This property is automatically updated when the Buttons property has changed.  
    Public PropertyGets the zero-based index of the clicked custom button. Equal to -1 if none of the custom buttons was clicked.  
    Public PropertyGets/Sets the custom buttons of the task dialog.  
    Public PropertyGets/Sets the footer.  
    Public PropertyGets/Sets the header.  
    Public PropertyGets/Sets the radio button group of this task dialog.  
    Public PropertyGets the result of the task dialog.  
    Public PropertyGets/Sets the VerificationCheckBox child.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Appends the displayable children of the element to the provided list.  
    Public Methodstatic (Shared in Visual Basic)Creates a task dialog.  
    Public Methodstatic (Shared in Visual Basic)Creates a Save Changes? dialog with Yes, No and Cancel buttons.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the window content only (i.e. without the title bar).  
    Protected MethodOverridden. Called when the user has pressed the "Escape" button to close the window.  
    Protected MethodCreates the common buttons button strip (e.g. a strip with OK and Cancel buttons).  
    Protected MethodGets the layout, which should arrange the dialog content.  
    Protected MethodGets a widget layout context for the specified content area.  
    Protected MethodGets the widgets that should be arranged.  
    Protected MethodOverridden. Measures the window content only (i.e. without the title bar).  
    Internal Methodstatic (Shared in Visual Basic)  
    Protected MethodCalled when a common button (e.g. OK, Cancel) has been clicked.  
    Protected MethodCalled when the Buttons property has changed.  
    Protected MethodOverridden. Called when the task dialog is closed.  
    Protected MethodCalled when a command button has been clicked.  
    Protected MethodOverridden. Called when the task dialog is opened.  
    Top
    See Also