C# Class NetIde.Services.Shell.TaskDialog.NativeMethods.TASKDIALOGCONFIG

Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Свойство Type Description
cButtons uint
cRadioButtons uint
cbSize uint
cxWidth uint
dwCommonButtons TaskDialogCommonButtons
dwFlags TASKDIALOG_FLAGS
nDefaultButton int
nDefaultRadioButton int
pfCallback TaskDialogCallback

Property Details

cButtons public_oe property

Count of custom Buttons.
public uint cButtons
Résultat uint

cRadioButtons public_oe property

Count of radio Buttons.
public uint cRadioButtons
Résultat uint

cbSize public_oe property

Size of the structure in bytes.
public uint cbSize
Résultat uint

cxWidth public_oe property

Width of the Task Dialog's area in DLU's.
public uint cxWidth
Résultat uint

dwCommonButtons public_oe property

Bit flags for commonly used buttons.
public TaskDialogCommonButtons dwCommonButtons
Résultat TaskDialogCommonButtons

dwFlags public_oe property

Flags.
public TASKDIALOG_FLAGS dwFlags
Résultat TASKDIALOG_FLAGS

nDefaultButton public_oe property

ID of default button.
public int nDefaultButton
Résultat int

nDefaultRadioButton public_oe property

ID of default radio button.
public int nDefaultRadioButton
Résultat int

pfCallback public_oe property

Function pointer for callback.
public TaskDialogCallback pfCallback
Résultat TaskDialogCallback