Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTaskDialog Class
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 Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets a value indicating whether the dialog may be canceled (closed).  
    Public PropertyGets/sets the image to be displayed on the dialog's caption.  
    Public PropertyGets the NLabelElement which represents the content of the dialog.  
    Public PropertyGets/sets the ID of the default button. If -1 the first button is defaulted.  
    Public PropertyDetermines how the location of the dialog is calculated.  
    Public PropertyGets/sets a value indicating whether the dialog will drop a shadow. Available on Windows Xp and later.  
    Public PropertyDetermines whether the NSkinManager.Instance.Skin will be applied on the task dialog.  
    Public PropertyGets/sets a value indicating whether the dialog will start a callback timer when loaded.  
    Public PropertyGets the NLabelElement which represents the footer of the dialog.  
    Public PropertyGets the NMarqueeProgressElement which will be displayed if the ProgressType is Marquee.  
    Public PropertyGets/sets a value indicating whether the dialog may be minimized to the system TaskBar.  
    Public PropertyGets/sets the NPalette used to render the control.  
    Public PropertyGets/sets a value which Palette value will be applied on a higher level Palette change.  
    Public PropertyGets/sets the predefined buttons for this dialog.  
    Public PropertyGets/sets the preferred width for the dialog.  
    Public PropertyGets the NProgressBarElement which will be displayed if the ProgressType is ProgressBar.  
    Public PropertyGets/sets the type of the progress to be displayed by the task dialog.  
    Public PropertyGets/sets the interval of the timer (if enabled).  
    Public PropertyGets/sets the title of the dialog.  
    Public PropertyGets/sets a value indicating whether the dialog will use custom frame or the default one provided by the system.  
    Public PropertyGets/sets whether the form will use the Vista Glass effect if enabled.  
    Public PropertyGets/sets a value indicating whether the dialog's elements will be displayed using a palette-base logic.  
    Public PropertyGets the NCheckBoxElement which represents the verification part of the dialog.  
    Top
    Protected Properties
     NameDescription
    Protected Property  
    Protected Property  
    Protected Property  
    Protected Property  
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Protected Property  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the specified palette.  
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public Method  
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public Method (Inherited from Nevron.UI.WinForm.NComponent)
    Public MethodDetermines whether the Palette property should be serialized.  
    Public MethodOverloaded.   
    Public MethodOverloaded. Runs NTaskDialog.  
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventFired whenever an event occurs in the dialog.  
    Top
    See Also